Enum D3D11ClearOptions
Specifies the parts of the depth stencil to clear.
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
[Flags]
public enum D3D11ClearOptions
Fields
Name | Description |
---|---|
Depth | Clear the depth buffer. |
None | No option. |
Stencil | Clear the stencil buffer. |