[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct3D11.RenderTargetBlendDescription1

Struct RenderTargetBlendDescription1

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

D3D11_RENDER_TARGET_BLEND_DESC1

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

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

IsLogicOperationEnabled

BOOL LogicOpEnable

public Bool IsLogicOperationEnabled

Field Value

Bool

LogicOperation

D3D11_LOGIC_OP LogicOp

public LogicOperation LogicOperation

Field Value

LogicOperation

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