MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ is_alpha_blending_enabled()

bool MayaFlux::Buffers::RenderProcessor::is_alpha_blending_enabled ( ) const
inline

Query whether the color attachment currently has blending enabled.

Definition at line 139 of file RenderProcessor.hpp.

140 {
141 return m_blend_attachment.has_value() && m_blend_attachment->blend_enable;
142 }
std::optional< Portal::Graphics::BlendAttachmentConfig > m_blend_attachment