|
Berserk
|
RHI single blend attachment descriptor. More...
#include <RHIGraphicsPipeline.hpp>
Public Member Functions | |
| RHIBlendAttachment () | |
| bool | operator== (const RHIBlendAttachment &other) const |
Public Attributes | |
| bool | enable: 1 |
| RHIBlendOperation | alphaBlendOp: 3 |
| RHIBlendOperation | colorBlendOp: 3 |
| RHIBlendFactor | srcAlphaBlendFactor: 4 |
| RHIBlendFactor | srcColorBlendFactor: 4 |
| RHIBlendFactor | dstAlphaBlendFactor: 4 |
| RHIBlendFactor | dstColorBlendFactor: 4 |
RHI single blend attachment descriptor.
|
inline |
|
inline |
| RHIBlendOperation RHIBlendAttachment::alphaBlendOp |
| RHIBlendOperation RHIBlendAttachment::colorBlendOp |
| RHIBlendFactor RHIBlendAttachment::dstAlphaBlendFactor |
| RHIBlendFactor RHIBlendAttachment::dstColorBlendFactor |
| bool RHIBlendAttachment::enable |
| RHIBlendFactor RHIBlendAttachment::srcAlphaBlendFactor |
| RHIBlendFactor RHIBlendAttachment::srcColorBlendFactor |