Enum DepthStencilClearOptions
Flags that specify what parts of a Depth-Stencil Buffer to clear when calling Clear(Texture, DepthStencilClearOptions, float, byte).
[Flags]
public enum DepthStencilClearOptions
- Extension Methods
Fields
DepthBuffer = 1Selects the Depth Buffer.
None = 0Neither the Depth Buffer nor the Stencil Buffer will be cleared.
Stencil = 2Selects the Stencil Buffer.