Describes the per-attachment blend information. More...
#include <kanzi/gfx/create_info.hpp>
Public Attributes | |
| BlendOperation | alphaBlendOp |
| The alpha blending operation. | |
| bool | blendEnabled |
| Indicates whether blending is enabled for this attachment slot. | |
| BlendOperation | colorBlendOp |
| The color blending operation. | |
| ColorWriteMask | colorWriteMask |
| The write mask. Must be a valid combination of ColorWriteMaskBits or None. | |
| BlendFactor | destinationAlpha |
| The blend factor for the destination alpha channel. | |
| BlendFactor | destinationColor |
| The destination color for the blending operation. | |
| BlendFactor | sourceAlpha |
| The blend factor for the source alpha channel. | |
| BlendFactor | sourceColor |
| The source color for the blending operation. | |
Describes the per-attachment blend information.
| bool kanzi::gfx::BlendStateCreateInfo::RenderTargetBlendInfo::blendEnabled |
Indicates whether blending is enabled for this attachment slot.
| BlendFactor kanzi::gfx::BlendStateCreateInfo::RenderTargetBlendInfo::sourceColor |
The source color for the blending operation.
| BlendFactor kanzi::gfx::BlendStateCreateInfo::RenderTargetBlendInfo::destinationColor |
The destination color for the blending operation.
| BlendOperation kanzi::gfx::BlendStateCreateInfo::RenderTargetBlendInfo::colorBlendOp |
The color blending operation.
| BlendFactor kanzi::gfx::BlendStateCreateInfo::RenderTargetBlendInfo::sourceAlpha |
The blend factor for the source alpha channel.
| BlendFactor kanzi::gfx::BlendStateCreateInfo::RenderTargetBlendInfo::destinationAlpha |
The blend factor for the destination alpha channel.
| BlendOperation kanzi::gfx::BlendStateCreateInfo::RenderTargetBlendInfo::alphaBlendOp |
The alpha blending operation.
| ColorWriteMask kanzi::gfx::BlendStateCreateInfo::RenderTargetBlendInfo::colorWriteMask |
The write mask. Must be a valid combination of ColorWriteMaskBits or None.