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