DirectX11RasterizerState

Description

sealed class Tinman.AddOns.DirectX11.Effects.DirectX11RasterizerState

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

The fields correspond to D3D11_RASTERIZER_DESC.

Public / Constructors

Direct­X11Rasterizer­State


public constructor DirectX11RasterizerState → ()

Creates a new instance of DirectX11RasterizerState.

Public / Attributes

Antialiased­Line­Enable


public attribute AntialiasedLineEnable → (bool)

The value.

Cull­Mode


public attribute CullMode → (int32)

The D3D11_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 D3D11_FILL_MODE value.

Front­Counter­Clockwise


public attribute FrontCounterClockwise → (bool)

The value.

Multisample­Enable


public attribute MultisampleEnable → (bool)

The value.

Scissor­Enable


public attribute ScissorEnable → (bool)

The value.

Slope­Scaled­Depth­Bias


public attribute SlopeScaledDepthBias → (float32)

The value.