[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.RasterizerStateDescription

RasterizerStateDescription Struct

D3D11_RASTERIZER_DESC

Namespace: C1.Util.DX.Direct3D11
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public struct RasterizerStateDescription

Fields

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

Methods

Name Description
Default()

Returns default values for RasterizerStateDescription.