MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::Portal::Graphics::BlendAttachmentConfig Struct Reference

Per-attachment blend configuration. More...

#include <RenderFlow.hpp>

+ Collaboration diagram for MayaFlux::Portal::Graphics::BlendAttachmentConfig:

Public Member Functions

 BlendAttachmentConfig ()=default
 

Static Public Member Functions

static BlendAttachmentConfig alpha_blend ()
 Create standard alpha blending configuration.
 

Public Attributes

bool blend_enable = false
 
BlendFactor src_color_factor = BlendFactor::ONE
 
BlendFactor dst_color_factor = BlendFactor::ZERO
 
BlendOp color_blend_op = BlendOp::ADD
 
BlendFactor src_alpha_factor = BlendFactor::ONE
 
BlendFactor dst_alpha_factor = BlendFactor::ZERO
 
BlendOp alpha_blend_op = BlendOp::ADD
 

Detailed Description

Per-attachment blend configuration.

Definition at line 67 of file RenderFlow.hpp.


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