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

◆ m_final_processors

std::unordered_map<std::shared_ptr<Buffer>, std::shared_ptr<BufferProcessor> > MayaFlux::Buffers::BufferProcessingChain::m_final_processors
private

Map of buffers to their final processors.

Each buffer can have one final processor that is applied after the main processing sequence with guaranteed execution, regardless of optimization strategies.

Definition at line 341 of file BufferProcessingChain.hpp.

Referenced by add_final_processor(), and process_final().