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