DirectX11DepthStencilState

Description

sealed class Tinman.AddOns.DirectX11.Effects.DirectX11DepthStencilState

Full source code is included in the Tinman 3D SDK download.

The fields correspond to D3D11_DEPTH_STENCIL_DESC.

Public / Constructors

Direct​X11​Depth​Stencil​State


public constructor DirectX11DepthStencilState → ()

Creates a new instance of DirectX11DepthStencilState.

Public / Attributes

Back​Face


public attribute BackFace → (DirectX11DepthStencilOpState)

The value.

Depth​Enable


public attribute DepthEnable → (bool)

The value.

Depth​Func


public attribute DepthFunc → (int32)

The D3D11_COMPARISON_FUNC value.

Depth​Write​Mask


public attribute DepthWriteMask → (int32)

The D3D11_DEPTH_WRITE_MASK value.

Front​Face


public attribute FrontFace → (DirectX11DepthStencilOpState)

The value.

Stencil​Enable


public attribute StencilEnable → (bool)

The value.

Stencil​Read​Mask


public attribute StencilReadMask → (int32)

The value.

Stencil​Write​Mask


public attribute StencilWriteMask → (int32)

The value.