wisdom
Loading...
Searching...
No Matches
wis::BlendStateDesc Struct Reference

Detailed Description

Blend state description for .

bool logic_op_enable = false;
std::array<wis::BlendAttachmentDesc, 8> attachments{};
uint32_t attachment_count;
};
LogicOp
Logic operation for color blending operations.
Definition api.hpp:962
@ Noop
Do not modify the destination value.
Blend state description for .
Definition api.hpp:1731

Definition at line 1731 of file api.hpp.

#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.
 

Data Members

◆ attachment_count

uint32_t wis::BlendStateDesc::attachment_count

Blend attachment count.

Definition at line 1735 of file api.hpp.

◆ attachments

std::array<wis::BlendAttachmentDesc, 8> wis::BlendStateDesc::attachments {}

Blend attachment descriptions. Max Array size is 8.

Definition at line 1734 of file api.hpp.

◆ logic_op

wis::LogicOp wis::BlendStateDesc::logic_op = wis::LogicOp::Noop

Logic operation. Default is wis::LogicOp::Noop.

Definition at line 1733 of file api.hpp.

◆ logic_op_enable

bool wis::BlendStateDesc::logic_op_enable = false

Logic operation enable. Default is false.

Definition at line 1732 of file api.hpp.


The documentation for this struct was generated from the following file: