DirectX12DepthStencilState

Description

sealed class Tinman.AddOns.DirectX12.Effects.DirectX12DepthStencilState

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

The fields correspond to D3D12_DEPTH_STENCIL_DESC1.

Public / Constructors

Direct­X12Depth­Stencil­State


public constructor DirectX12DepthStencilState → ()

Creates a new instance of DirectX12DepthStencilState.

Public / Attributes

Back­Face


public attribute BackFace → (DirectX12DepthStencilOpState)

The value.

Depth­Bounds­Test­Enable


public attribute DepthBoundsTestEnable → (bool)

The value.

Depth­Enable


public attribute DepthEnable → (bool)

The value.

Depth­Func


public attribute DepthFunc → (int32)

The D3D12_COMPARISON_FUNC value.

Depth­Write­Mask


public attribute DepthWriteMask → (int32)

The D3D12_DEPTH_WRITE_MASK value.

Front­Face


public attribute FrontFace → (DirectX12DepthStencilOpState)

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.