DirectX12BlendState

Description

sealed class Tinman.AddOns.DirectX12.Effects.DirectX12BlendState

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

The fields correspond to D3D12_BLEND_DESC.

The following default values are used:
AlphaToCoverageEnable = false
IndependentBlendEnable = false
RenderTarget = DirectX12RenderTargetBlend

Public / Constructors

Direct​X12​Blend​State


public constructor DirectX12BlendState → ()

Creates a new instance of DirectX12BlendState.

Public / Attributes

Alpha​To​Coverage​Enable


public attribute AlphaToCoverageEnable → (bool)

The value.

Independent​Blend​Enable


public attribute IndependentBlendEnable → (bool)

The value.

Render​Target


public readonly attribute RenderTarget → (DirectX12RenderTargetBlend [ ])

The values.