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