DirectX11RasterizerState
Description
Full source code is included in the Tinman 3D SDK download. |
The fields correspond to D3D11_RASTERIZER_DESC
.
The following default values are used:
FillMode = DirectX11State.FILL_SOLID
CullMode = DirectX11State.CULL_BACK
FrontCounterClockwise = false
DepthBias = 0
DepthBiasClamp = 0.0f
SlopeScaledDepthBias = 0.0f
DepthClipEnable = true
ScissorEnable = true
(!)
MultisampleEnable = true
(!)
AntialiasedLineEnable = false