[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.RasterizerStateDescription1

RasterizerStateDescription1 Struct

D3D11_RASTERIZER_DESC1

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

Fields

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

Methods

Name Description
Default()

Returns default values for RasterizerStateDescription1.