DirectX12RasterizerState

Description

sealed class Tinman.AddOns.DirectX12.Effects.DirectX12RasterizerState

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

The fields correspond to D3D12_RASTERIZER_DESC.

Public / Constructors

Direct­X12Rasterizer­State


public constructor DirectX12RasterizerState → ()

Creates a new instance of DirectX12RasterizerState.

Public / Attributes

Antialiased­Line­Enable


public attribute AntialiasedLineEnable → (bool)

The value.

Conservative­Raster


public attribute ConservativeRaster → (int32)

The D3D12_CONSERVATIVE_RASTERIZATION_MODE value.

Cull­Mode


public attribute CullMode → (int32)

The D3D12_CULL_MODE value.

Depth­Bias


public attribute DepthBias → (int32)

The value.

Depth­Bias­Clamp


public attribute DepthBiasClamp → (float32)

The value.

Depth­Clip­Enable


public attribute DepthClipEnable → (bool)

The value.

Fill­Mode


public attribute FillMode → (int32)

The D3D12_FILL_MODE value.

Forced­Sample­Count


public attribute ForcedSampleCount → (int32)

The value.

Front­Counter­Clockwise


public attribute FrontCounterClockwise → (bool)

The value.

Multisample­Enable


public attribute MultisampleEnable → (bool)

The value.

Slope­Scaled­Depth­Bias


public attribute SlopeScaledDepthBias → (float32)

The value.