Enum D3D11DepthWriteMask
Identify the portion of a depth-stencil buffer for writing depth data.
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
public enum D3D11DepthWriteMask
Fields
Name | Description |
---|---|
All | Turn on writes to the depth-stencil buffer. |
Zero | Turn off writes to the depth-stencil buffer. |