[]
D3D11_RASTERIZER_DESC
public struct RasterizerStateDescription
Name | Description |
---|---|
CullMode | D3D11_CULL_MODE CullMode |
DepthBias | int DepthBias |
DepthBiasClamp | float DepthBiasClamp |
FillMode | D3D11_FILL_MODE FillMode |
IsAntialiasedLineEnabled | BOOL AntialiasedLineEnable |
IsDepthClipEnabled | BOOL DepthClipEnable |
IsFrontCounterClockwise | BOOL FrontCounterClockwise |
IsMultisampleEnabled | BOOL MultisampleEnable |
IsScissorEnabled | BOOL ScissorEnable |
SlopeScaledDepthBias | float SlopeScaledDepthBias |
Name | Description |
---|---|
Default() | Returns default values for RasterizerStateDescription. |