[]
D3D11_RASTERIZER_DESC1
public struct RasterizerStateDescription1
Name | Description |
---|---|
CullMode | D3D11_CULL_MODE CullMode |
DepthBias | int DepthBias |
DepthBiasClamp | float DepthBiasClamp |
FillMode | D3D11_FILL_MODE FillMode |
ForcedSampleCount | unsigned int ForcedSampleCount |
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 RasterizerStateDescription1. |