Describe the color attachment that will be used with this pipeline.
More...
#include <formats.h>
Describe the color attachment that will be used with this pipeline.
Blending at specific color attachments follows the pseudo-code:
} else {
final_color = new_color;
}
BlendOperation color_blend_op
BlendFactor dst_color_blend_factor
ColorWriteMask write_mask
BlendFactor src_alpha_blend_factor
BlendOperation alpha_blend_op
BlendFactor src_color_blend_factor
BlendFactor dst_alpha_blend_factor
The default blend mode is 1 - source alpha.
Definition at line 512 of file formats.h.
◆ Hash()
constexpr size_t impeller::ColorAttachmentDescriptor::Hash |
( |
| ) |
const |
|
inlineconstexpr |
Definition at line 538 of file formats.h.
538 {
543 }
constexpr std::size_t HashCombine()
◆ operator==()
◆ alpha_blend_op
◆ blending_enabled
bool impeller::ColorAttachmentDescriptor::blending_enabled = false |
◆ color_blend_op
◆ dst_alpha_blend_factor
◆ dst_color_blend_factor
◆ format
◆ src_alpha_blend_factor
◆ src_color_blend_factor
◆ write_mask
The documentation for this struct was generated from the following file: