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

◆ RenderCallback

using MayaFlux::Buffers::PresentProcessor::RenderCallback = std::function<void(const std::shared_ptr<RootGraphicsBuffer>& root)>

Callback signature for render operations.

Parameters
rootRootGraphicsBuffer with all processed child buffers

The callback receives the root buffer after all child processing is complete. Child buffers are accessible via:

  • root->get_child_buffers() - all buffers
  • root->get_buffers_by_usage(usage) - filtered by usage type

Definition at line 330 of file RootGraphicsBuffer.hpp.