[]
D3D11_BLEND_DESC1
public struct BlendStateDescription1
BOOL AlphaToCoverageEnable
public Bool AlphaToCoverageEnable
BOOL IndependentBlendEnable
public Bool IndependentBlendEnable
D3D11_RENDER_TARGET_BLEND_DESC1 RenderTarget[8]
public RenderTargetBlendDescription1[] RenderTarget { get; }
Clones this instance.
public BlendStateDescription1 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 BlendStateDescription1.
public static BlendStateDescription1 Default()