wisdom
|
Blend state description for .
#include <api.hpp>
Public Attributes | |
bool | logic_op_enable = false |
Logic operation enable. Default is false. | |
wis::LogicOp | logic_op = wis::LogicOp::Noop |
Logic operation. Default is wis::LogicOp::Noop. | |
std::array< wis::BlendAttachmentDesc, 8 > | attachments {} |
Blend attachment descriptions. Max Array size is 8. | |
uint32_t | attachment_count |
Blend attachment count. | |
uint32_t wis::BlendStateDesc::attachment_count |
std::array<wis::BlendAttachmentDesc, 8> wis::BlendStateDesc::attachments {} |
wis::LogicOp wis::BlendStateDesc::logic_op = wis::LogicOp::Noop |
Logic operation. Default is wis::LogicOp::Noop.
bool wis::BlendStateDesc::logic_op_enable = false |