| GraphicsHelperDepthStencilStateAlways Field |
A default state object for enabled depth buffer writes and a disabled depth buffer test.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public static readonly DepthStencilState DepthStencilStateAlways
Public Shared ReadOnly DepthStencilStateAlways As DepthStencilState
public:
static initonly DepthStencilState^ DepthStencilStateAlways
static val DepthStencilStateAlways: DepthStencilState
Field Value
Type:
DepthStencilStateRemarks
This default state object has the following settings:
DepthBufferWriteEnable = true
DepthBufferFunction = CompareFunction.Always
This instance must not be modified!
See Also