[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct3D11.RasterizerStateDescription1

Struct RasterizerStateDescription1

Namespace
GrapeCity.Documents.DX.Direct3D11
Assembly
GcDocs.DX.Windows.dll

D3D11_RASTERIZER_DESC1

public struct RasterizerStateDescription1
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

Fields

CullMode

D3D11_CULL_MODE CullMode

public CullMode CullMode

Field Value

CullMode

DepthBias

int DepthBias

public int DepthBias

Field Value

int

DepthBiasClamp

float DepthBiasClamp

public float DepthBiasClamp

Field Value

float

FillMode

D3D11_FILL_MODE FillMode

public FillMode FillMode

Field Value

FillMode

ForcedSampleCount

unsigned int ForcedSampleCount

public int ForcedSampleCount

Field Value

int

IsAntialiasedLineEnabled

BOOL AntialiasedLineEnable

public Bool IsAntialiasedLineEnabled

Field Value

Bool

IsDepthClipEnabled

BOOL DepthClipEnable

public Bool IsDepthClipEnabled

Field Value

Bool

IsFrontCounterClockwise

BOOL FrontCounterClockwise

public Bool IsFrontCounterClockwise

Field Value

Bool

IsMultisampleEnabled

BOOL MultisampleEnable

public Bool IsMultisampleEnabled

Field Value

Bool

IsScissorEnabled

BOOL ScissorEnable

public Bool IsScissorEnabled

Field Value

Bool

SlopeScaledDepthBias

float SlopeScaledDepthBias

public float SlopeScaledDepthBias

Field Value

float

Methods

Default()

Returns default values for RasterizerStateDescription1.

public static RasterizerStateDescription1 Default()

Returns

RasterizerStateDescription1