[]
Initializes a new instance of the RenderTargetBlendDescription struct.
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)
| 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. |