DirectX12DepthStencilState
Description
Full source code is included in the Tinman 3D SDK download. |
The fields correspond to D3D12_DEPTH_STENCIL_DESC1
.
The following default values are used:
DepthEnable = true
DepthWriteMask = DirectX12State.DEPTH_WRITE_MASK_ALL
DepthFunc = DirectX12State.COMPARISON_FUNC_LESS_EQUAL (!)
StencilEnable = false
StencilReadMask = 0xFF
StencilWriteMask = 0xFF
FrontFace = DirectX12DepthStencilOpState
BackFace = DirectX12DepthStencilOpState
DepthBoundsTestEnable = false