Enum D3D11DepthStencilViewOptions
Depth-stencil view options.
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
[Flags]
public enum D3D11DepthStencilViewOptions
Fields
| Name | Description |
|---|---|
| None | No option. Not read only. |
| ReadOnlyDepth | Indicates that depth values are read only. |
| ReadOnlyStencil | Indicates that stencil values are read only. |