Class DepthStencilStates
Known values for DepthStencilStateDescription.
public static class DepthStencilStates
- Inheritance
-
DepthStencilStates
Fields
Default
A built-in state object with default settings for using a depth stencil buffer.
public static readonly DepthStencilStateDescription Default
Field Value
DefaultInverse
A built-in state object with default settings using greater comparison for Z.
public static readonly DepthStencilStateDescription DefaultInverse
Field Value
DepthRead
A built-in state object with settings for enabling a read-only depth stencil buffer.
public static readonly DepthStencilStateDescription DepthRead
Field Value
None
A built-in state object with settings for not using a depth stencil buffer.
public static readonly DepthStencilStateDescription None