|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Buffers::BufferProcessingChain::postprocess | ( | const std::shared_ptr< Buffer > & | buffer | ) |
Applies the postprocessor to a buffer.
| buffer | Buffer to postprocess |
If the buffer has a postprocessor, it is applied after the main processing sequence. This is useful for final data adjustments that must occur immediately after the main transformation sequence, such as clamping values, applying effects, or cleanup.
Definition at line 237 of file BufferProcessingChain.cpp.
References m_postprocessors.
Referenced by process_complete().
Here is the caller graph for this function: