DirectX11DepthStencilOpState

Description

sealed class Tinman.AddOns.DirectX11.Effects.DirectX11DepthStencilOpState

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

The fields correspond to D3D11_DEPTH_STENCILOP_DESC.

Public / Constructors

Direct­X11Depth­Stencil­Op­State


public constructor DirectX11DepthStencilOpState → ()

Creates a new instance of DirectX11DepthStencilOpState.

Public / Attributes

Stencil­Depth­Fail­Op


public attribute StencilDepthFailOp → (int32)

The D3D11_STENCIL_OP value.

Stencil­Fail­Op


public attribute StencilFailOp → (int32)

The D3D11_STENCIL_OP value.

Stencil­Func


public attribute StencilFunc → (int32)

The D3D11_COMPARISON_FUNC value.

Stencil­Pass­Op


public attribute StencilPassOp → (int32)

The D3D11_STENCIL_OP value.