Berserk
Public Member Functions | Public Attributes | List of all members
RHIBlendAttachment Class Reference

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
 

Detailed Description

RHI single blend attachment descriptor.

Constructor & Destructor Documentation

◆ RHIBlendAttachment()

RHIBlendAttachment::RHIBlendAttachment ( )
inline

Member Function Documentation

◆ operator==()

bool RHIBlendAttachment::operator== ( const RHIBlendAttachment other) const
inline

Member Data Documentation

◆ alphaBlendOp

RHIBlendOperation RHIBlendAttachment::alphaBlendOp

◆ colorBlendOp

RHIBlendOperation RHIBlendAttachment::colorBlendOp

◆ dstAlphaBlendFactor

RHIBlendFactor RHIBlendAttachment::dstAlphaBlendFactor

◆ dstColorBlendFactor

RHIBlendFactor RHIBlendAttachment::dstColorBlendFactor

◆ enable

bool RHIBlendAttachment::enable

◆ srcAlphaBlendFactor

RHIBlendFactor RHIBlendAttachment::srcAlphaBlendFactor

◆ srcColorBlendFactor

RHIBlendFactor RHIBlendAttachment::srcColorBlendFactor

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