[]
D3D11_RENDER_TARGET_BLEND_DESC
public struct RenderTargetBlendDescription
Name | Description |
---|---|
RenderTargetBlendDescription(bool, BlendOption, BlendOption, BlendOperation, BlendOption, BlendOption, BlendOperation, ColorWriteMaskFlags) | Initializes a new instance of the RenderTargetBlendDescription struct. |
Name | Description |
---|---|
AlphaBlendOperation | D3D11_BLEND_OP BlendOpAlpha |
BlendOperation | D3D11_BLEND_OP BlendOp |
DestinationAlphaBlend | D3D11_BLEND DestBlendAlpha |
DestinationBlend | D3D11_BLEND DestBlend |
IsBlendEnabled | BOOL BlendEnable |
RenderTargetWriteMask | D3D11_COLOR_WRITE_ENABLE RenderTargetWriteMask |
SourceAlphaBlend | D3D11_BLEND SrcBlendAlpha |
SourceBlend | D3D11_BLEND SrcBlend |
Name | Description |
---|---|
ToString() | Returns a string that represents the current object. |