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

◆ disable_alpha_blending()

void MayaFlux::Buffers::RenderProcessor::disable_alpha_blending ( )

Disable blending on the color attachment, restoring opaque writes.

Does not touch depth state.

Definition at line 83 of file RenderProcessor.cpp.

84{
85 Portal::Graphics::BlendAttachmentConfig opaque;
86 opaque.blend_enable = false;
88}
void set_blend_attachment(const Portal::Graphics::BlendAttachmentConfig &config)
Set blend mode for color attachment.

References MayaFlux::Portal::Graphics::BlendAttachmentConfig::blend_enable, and set_blend_attachment().

Referenced by set_alpha_blending().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: