[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct3D11.RasterizerStateDescription

Struct RasterizerStateDescription

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

D3D11_RASTERIZER_DESC

public struct RasterizerStateDescription
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

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 RasterizerStateDescription.

public static RasterizerStateDescription Default()

Returns

RasterizerStateDescription