[]
        
(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)
Public Sub New(isBlendEnabled As Boolean, sourceBlend As BlendOption, destinationBlend As BlendOption, blendOperation As BlendOperation, sourceAlphaBlend As BlendOption, destinationAlphaBlend As BlendOption, alphaBlendOperation As BlendOperation, renderTargetWriteMask As ColorWriteMaskFlags)
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.