[]
D3D11_DEPTH_STENCIL_DESC
public struct DepthStencilStateDescription
| Name | Description |
|---|---|
| BackFace | D3D11_DEPTH_STENCILOP_DESC BackFace |
| DepthComparison | D3D11_COMPARISON_FUNC DepthFunc |
| DepthWriteMask | D3D11_DEPTH_WRITE_MASK DepthWriteMask |
| FrontFace | D3D11_DEPTH_STENCILOP_DESC FrontFace |
| IsDepthEnabled | BOOL DepthEnable |
| IsStencilEnabled | BOOL StencilEnable |
| StencilReadMask | unsigned char StencilReadMask |
| StencilWriteMask | unsigned char StencilWriteMask |
| Name | Description |
|---|---|
| Default() | Returns default values for DepthStencilStateDescription. |