[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct3D11.BlendStateDescription

Struct BlendStateDescription

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

D3D11_BLEND_DESC

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

Fields

AlphaToCoverageEnable

BOOL AlphaToCoverageEnable

public Bool AlphaToCoverageEnable

Field Value

Bool

IndependentBlendEnable

BOOL IndependentBlendEnable

public Bool IndependentBlendEnable

Field Value

Bool

Properties

RenderTarget

D3D11_RENDER_TARGET_BLEND_DESC RenderTarget[8]

public RenderTargetBlendDescription[] RenderTarget { get; }

Property Value

RenderTargetBlendDescription[]

Methods

Clone()

Clones this instance.

public BlendStateDescription Clone()

Returns

BlendStateDescription

A copy of this instance.

Remarks

Because this structure contains an array, it is not possible to modify it without making an explicit clone method.

Default()

Returns default values for BlendStateDescription.

public static BlendStateDescription Default()

Returns

BlendStateDescription