[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.RenderTargetBlendDescription.-ctor

RenderTargetBlendDescription Constructor

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

Initializes a new instance of the RenderTargetBlendDescription struct.

Declaration
public RenderTargetBlendDescription(bool isBlendEnabled, BlendOption sourceBlend, BlendOption destinationBlend, BlendOperation blendOperation, BlendOption sourceAlphaBlend, BlendOption destinationAlphaBlend, BlendOperation alphaBlendOperation, ColorWriteMaskFlags renderTargetWriteMask)
Parameters
Type Name Description
bool isBlendEnabled

The is blend enabled.

BlendOption sourceBlend

The source blend.

BlendOption destinationBlend

The destination blend.

BlendOperation blendOperation

The blend operation.

BlendOption sourceAlphaBlend

The source alpha blend.

BlendOption destinationAlphaBlend

The destination alpha blend.

BlendOperation alphaBlendOperation

The alpha blend operation.

ColorWriteMaskFlags renderTargetWriteMask

The render target write mask.