[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct3D11.RenderTargetBlendDescription

Struct RenderTargetBlendDescription

Namespace
GrapeCity.Documents.DX.Direct3D11
Assembly
GcDocs.DX.Windows.dll

D3D11_RENDER_TARGET_BLEND_DESC

public struct RenderTargetBlendDescription
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

Constructors

RenderTargetBlendDescription(bool, BlendOption, BlendOption, BlendOperation, BlendOption, BlendOption, BlendOperation, ColorWriteMaskFlags)

Initializes a new instance of the RenderTargetBlendDescription struct.

public RenderTargetBlendDescription(bool isBlendEnabled, BlendOption sourceBlend, BlendOption destinationBlend, BlendOperation blendOperation, BlendOption sourceAlphaBlend, BlendOption destinationAlphaBlend, BlendOperation alphaBlendOperation, ColorWriteMaskFlags renderTargetWriteMask)

Parameters

isBlendEnabled bool

The is blend enabled.

sourceBlend BlendOption

The source blend.

destinationBlend BlendOption

The destination blend.

blendOperation BlendOperation

The blend operation.

sourceAlphaBlend BlendOption

The source alpha blend.

destinationAlphaBlend BlendOption

The destination alpha blend.

alphaBlendOperation BlendOperation

The alpha blend operation.

renderTargetWriteMask ColorWriteMaskFlags

The render target write mask.

Fields

AlphaBlendOperation

D3D11_BLEND_OP BlendOpAlpha

public BlendOperation AlphaBlendOperation

Field Value

BlendOperation

BlendOperation

D3D11_BLEND_OP BlendOp

public BlendOperation BlendOperation

Field Value

BlendOperation

DestinationAlphaBlend

D3D11_BLEND DestBlendAlpha

public BlendOption DestinationAlphaBlend

Field Value

BlendOption

DestinationBlend

D3D11_BLEND DestBlend

public BlendOption DestinationBlend

Field Value

BlendOption

IsBlendEnabled

BOOL BlendEnable

public Bool IsBlendEnabled

Field Value

Bool

RenderTargetWriteMask

D3D11_COLOR_WRITE_ENABLE RenderTargetWriteMask

public ColorWriteMaskFlags RenderTargetWriteMask

Field Value

ColorWriteMaskFlags

SourceAlphaBlend

D3D11_BLEND SrcBlendAlpha

public BlendOption SourceAlphaBlend

Field Value

BlendOption

SourceBlend

D3D11_BLEND SrcBlend

public BlendOption SourceBlend

Field Value

BlendOption

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string