DirectX11BlendState

Description

sealed class Tinman.AddOns.DirectX11.Effects.DirectX11BlendState

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

The fields correspond to D3D11_BLEND_DESC.

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

Public / Constructors

Direct​X11​Blend​State


public constructor DirectX11BlendState → ()

Creates a DirectX11BlendState with default values.

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 → (DirectX11RenderTargetBlend [ ])

The values.