DirectX11DepthStencilState
Description
Full source code is included in the Tinman 3D SDK download. |
The fields correspond to D3D11_DEPTH_STENCIL_DESC
.
The following default values are used:
DepthEnable = true
DepthWriteMask = DirectX11State.DEPTH_WRITE_MASK_ALL
DepthFunc = DirectX11State.COMPARISON_LESS_EQUAL (!)
StencilEnable = false
StencilReadMask = 0xFF
StencilWriteMask = 0xFF
FrontFace = DirectX11DepthStencilOpState
BackFace = DirectX11DepthStencilOpState