wisdom
|
Blend attachment description for wis::BlendStateDesc.
#include <api.hpp>
Public Attributes | |
bool | blend_enable = false |
Blend enable. Default is false. | |
wis::BlendFactor | src_color_blend = wis::BlendFactor::One |
Source color blend factor. Default is wis::BlendFactor::One. | |
wis::BlendFactor | dst_color_blend = wis::BlendFactor::Zero |
Destination color blend factor. Default is wis::BlendFactor::Zero. | |
wis::BlendOp | color_blend_op = wis::BlendOp::Add |
Color blend operation. Default is wis::BlendOp::Add. | |
wis::BlendFactor | src_alpha_blend = wis::BlendFactor::One |
Source alpha blend factor. Default is wis::BlendFactor::One. | |
wis::BlendFactor | dst_alpha_blend = wis::BlendFactor::Zero |
Destination alpha blend factor. Default is wis::BlendFactor::Zero. | |
wis::BlendOp | alpha_blend_op = wis::BlendOp::Add |
Alpha blend operation. Default is wis::BlendOp::Add. | |
wis::ColorComponents | color_write_mask = wis::ColorComponents::All |
Color write mask. Default is wis::ColorComponents::All. | |
wis::BlendOp wis::BlendAttachmentDesc::alpha_blend_op = wis::BlendOp::Add |
Alpha blend operation. Default is wis::BlendOp::Add.
bool wis::BlendAttachmentDesc::blend_enable = false |
wis::BlendOp wis::BlendAttachmentDesc::color_blend_op = wis::BlendOp::Add |
Color blend operation. Default is wis::BlendOp::Add.
wis::ColorComponents wis::BlendAttachmentDesc::color_write_mask = wis::ColorComponents::All |
Color write mask. Default is wis::ColorComponents::All.
wis::BlendFactor wis::BlendAttachmentDesc::dst_alpha_blend = wis::BlendFactor::Zero |
Destination alpha blend factor. Default is wis::BlendFactor::Zero.
wis::BlendFactor wis::BlendAttachmentDesc::dst_color_blend = wis::BlendFactor::Zero |
Destination color blend factor. Default is wis::BlendFactor::Zero.
wis::BlendFactor wis::BlendAttachmentDesc::src_alpha_blend = wis::BlendFactor::One |
Source alpha blend factor. Default is wis::BlendFactor::One.
wis::BlendFactor wis::BlendAttachmentDesc::src_color_blend = wis::BlendFactor::One |
Source color blend factor. Default is wis::BlendFactor::One.