DirectX12DepthStencilOpState
Description
Full source code is included in the Tinman 3D SDK download. |
The fields correspond to D3D12_DEPTH_STENCILOP_DESC
.
The following default values are used:
StencilFailOp = DirectX12State.STENCIL_OP_KEEP
StencilDepthFailOp = DirectX12State.STENCIL_OP_KEEP
StencilPassOp = DirectX12State.STENCIL_OP_KEEP
StencilFunc = DirectX12State.COMPARISON_FUNC_ALWAYS