|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| using MayaFlux::Buffers::PresentProcessor::RenderCallback = std::function<void(const std::shared_ptr<RootGraphicsBuffer>& root)> |
Callback signature for render operations.
| root | RootGraphicsBuffer with all processed child buffers |
The callback receives the root buffer after all child processing is complete. Child buffers are accessible via:
Definition at line 330 of file RootGraphicsBuffer.hpp.