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

◆ enable_alpha_blending()

void MayaFlux::Buffers::RenderProcessor::enable_alpha_blending ( )

Enable standard alpha blending (src_alpha, one_minus_src_alpha)

Definition at line 77 of file RenderProcessor.cpp.

78{
79 Portal::Graphics::BlendAttachmentConfig blend = Portal::Graphics::BlendAttachmentConfig::alpha_blend();
81
85}
void set_blend_attachment(const Portal::Graphics::BlendAttachmentConfig &config)
Set blend mode for color attachment.
Portal::Graphics::DepthStencilConfig m_depth_stencil
static BlendAttachmentConfig alpha_blend()
Create standard alpha blending configuration.

References MayaFlux::Portal::Graphics::BlendAttachmentConfig::alpha_blend(), MayaFlux::Portal::Graphics::DepthStencilConfig::depth_test_enable, MayaFlux::Portal::Graphics::DepthStencilConfig::depth_write_enable, m_depth_stencil, MayaFlux::Buffers::ShaderProcessor::m_needs_pipeline_rebuild, and set_blend_attachment().

+ Here is the call graph for this function: