[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct3D11.DepthStencilStateDescription

Struct DepthStencilStateDescription

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

D3D11_DEPTH_STENCIL_DESC

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

Fields

BackFace

D3D11_DEPTH_STENCILOP_DESC BackFace

public DepthStencilOperationDescription BackFace

Field Value

DepthStencilOperationDescription

DepthComparison

D3D11_COMPARISON_FUNC DepthFunc

public Comparison DepthComparison

Field Value

Comparison

DepthWriteMask

D3D11_DEPTH_WRITE_MASK DepthWriteMask

public DepthWriteMask DepthWriteMask

Field Value

DepthWriteMask

FrontFace

D3D11_DEPTH_STENCILOP_DESC FrontFace

public DepthStencilOperationDescription FrontFace

Field Value

DepthStencilOperationDescription

IsDepthEnabled

BOOL DepthEnable

public Bool IsDepthEnabled

Field Value

Bool

IsStencilEnabled

BOOL StencilEnable

public Bool IsStencilEnabled

Field Value

Bool

StencilReadMask

unsigned char StencilReadMask

public byte StencilReadMask

Field Value

byte

StencilWriteMask

unsigned char StencilWriteMask

public byte StencilWriteMask

Field Value

byte

Methods

Default()

Returns default values for DepthStencilStateDescription.

public static DepthStencilStateDescription Default()

Returns

DepthStencilStateDescription