Table of Contents

Struct D3D11.DepthStencilDesc

Namespace
Xui.Runtime.Windows
Assembly
Xui.Runtime.Windows.dll

Describes depth-stencil state. Mirrors D3D11_DEPTH_STENCIL_DESC.

public struct D3D11.DepthStencilDesc
Inherited Members

Fields

BackFace

public D3D11.DepthStencilOpDesc BackFace

Field Value

D3D11.DepthStencilOpDesc

DepthEnable

public int DepthEnable

Field Value

int

DepthFunc

public uint DepthFunc

Field Value

uint

DepthWriteMask

public uint DepthWriteMask

Field Value

uint

FrontFace

public D3D11.DepthStencilOpDesc FrontFace

Field Value

D3D11.DepthStencilOpDesc

StencilEnable

public int StencilEnable

Field Value

int

StencilReadMask

public byte StencilReadMask

Field Value

byte

StencilWriteMask

public byte StencilWriteMask

Field Value

byte