[]
D3D11_BLEND_DESC
public struct BlendStateDescription
BOOL AlphaToCoverageEnable
public Bool AlphaToCoverageEnable
BOOL IndependentBlendEnable
public Bool IndependentBlendEnable
D3D11_RENDER_TARGET_BLEND_DESC RenderTarget[8]
public RenderTargetBlendDescription[] RenderTarget { get; }
Clones this instance.
public BlendStateDescription Clone()
A copy of this instance.
Because this structure contains an array, it is not possible to modify it without making an explicit clone method.
Returns default values for BlendStateDescription.
public static BlendStateDescription Default()