[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.DepthStencilStateDescription

DepthStencilStateDescription Struct

D3D11_DEPTH_STENCIL_DESC

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

Fields

Name Description
BackFace

D3D11_DEPTH_STENCILOP_DESC BackFace

DepthComparison

D3D11_COMPARISON_FUNC DepthFunc

DepthWriteMask

D3D11_DEPTH_WRITE_MASK DepthWriteMask

FrontFace

D3D11_DEPTH_STENCILOP_DESC FrontFace

IsDepthEnabled

BOOL DepthEnable

IsStencilEnabled

BOOL StencilEnable

StencilReadMask

unsigned char StencilReadMask

StencilWriteMask

unsigned char StencilWriteMask

Methods

Name Description
Default()

Returns default values for DepthStencilStateDescription.