DirectX11RenderTargetBlend

Description

sealed class Tinman.AddOns.DirectX11.Effects.DirectX11RenderTargetBlend

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

The fields correspond to D3D11_RENDER_TARGET_BLEND_DESC.

Public / Constructors

Direct​X11​Render​Target​Blend


public constructor DirectX11RenderTargetBlend → ()

Creates a new instance of DirectX11RenderTargetBlend.

Public / Attributes

Blend​Enable


public attribute BlendEnable → (bool)

The value.

Blend​Op


public attribute BlendOp → (int32)

The D3D11_BLEND_OP value.

Blend​Op​Alpha


public attribute BlendOpAlpha → (int32)

The D3D11_BLEND_OP value.

Dest​Blend


public attribute DestBlend → (int32)

The D3D11_BLEND value.

Dest​Blend​Alpha


public attribute DestBlendAlpha → (int32)

The D3D11_BLEND value.

Render​Target​Write​Mask


public attribute RenderTargetWriteMask → (int32)

The value.

Src​Blend


public attribute SrcBlend → (int32)

The D3D11_BLEND value.

Src​Blend​Alpha


public attribute SrcBlendAlpha → (int32)

The D3D11_BLEND value.