Enum DepthStencilClearOptions
Specifies the buffer to use when calling Clear.
[Flags]
public enum DepthStencilClearOptionsFields
- DepthBuffer = 1
- A depth buffer. 
- Stencil = 2
- A stencil buffer. 
Specifies the buffer to use when calling Clear.
[Flags]
public enum DepthStencilClearOptionsDepthBuffer = 1A depth buffer.
Stencil = 2A stencil buffer.