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

◆ get_renderable_buffers()

const std::vector< RenderableBufferInfo > & MayaFlux::Buffers::RootGraphicsBuffer::get_renderable_buffers ( ) const
inline

Get list of buffers ready for rendering.

Returns
Vector of renderable buffers with their associated windows and pipelines

Populated by GraphicsBatchProcessor during batch processing. Consumed by PresentProcessor to perform actual rendering.

Definition at line 164 of file RootGraphicsBuffer.hpp.

165 {
167 }
std::vector< RenderableBufferInfo > m_renderable_buffers