DirectX12RasterizerState
Description
Full source code is included in the Tinman 3D SDK download. |
The fields correspond to D3D12_RASTERIZER_DESC
.
The following default values are used:
FillMode = DirectX12State.FILL_MODE_SOLID
CullMode = DirectX12State.CULL_MODE_BACK
FrontCounterClockwise = false
DepthBias = 0
DepthBiasClamp = 0.0f
SlopeScaledDepthBias = 0.0f
DepthClipEnable = true
MultisampleEnable = true
(!)
AntialiasedLineEnable = false
ForcedSampleCount = 0
ConservativeRaster = DirectX12State.CONSERVATIVE_RASTERIZATION_MODE_OFF