DirectX12DepthStencilOpState

Description

sealed class Tinman.AddOns.DirectX12.Effects.DirectX12DepthStencilOpState

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

The fields correspond to D3D12_DEPTH_STENCILOP_DESC.

Public / Constructors

Direct­X12Depth­Stencil­Op­State


public constructor DirectX12DepthStencilOpState → ()

Creates a new instance of DirectX12DepthStencilOpState.

Public / Attributes

Stencil­Depth­Fail­Op


public attribute StencilDepthFailOp → (int32)

The D3D12_STENCIL_OP value.

Stencil­Fail­Op


public attribute StencilFailOp → (int32)

The D3D12_STENCIL_OP value.

Stencil­Func


public attribute StencilFunc → (int32)

The D3D12_COMPARISON_FUNC value.

Stencil­Pass­Op


public attribute StencilPassOp → (int32)

The D3D12_STENCIL_OP value.