Click or drag to resize
DigitalRuneGraphicsHelperDepthStencilStateNoWriteEqual Field
A default state object for disabled depth buffer writes and a depth buffer function of "Equal".

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public static readonly DepthStencilState DepthStencilStateNoWriteEqual

Field Value

Type: DepthStencilState
Remarks

This default state object has the following settings:

DepthBufferWriteEnable = false
DepthBufferFunction = CompareFunction.Equal

This instance must not be modified!

See Also