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

◆ m_postprocessors

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

Map of buffers to their postprocessors.

Each buffer can have one postprocessor that is applied after the main processing sequence to finalize the data.

Definition at line 407 of file BufferProcessingChain.hpp.

Referenced by add_postprocessor(), and postprocess().