[]
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)
| 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. |