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