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

◆ get_frame_commands()

const std::vector< uint64_t > & MayaFlux::Core::GlfwWindow::get_frame_commands ( ) const
overridevirtual

Get all command buffers recorded for this frame.

Returns
Vector of command buffer IDs

Called by PresentProcessor to collect secondary buffers for execution.

Implements MayaFlux::Core::Window.

Definition at line 476 of file GlfwWindow.cpp.

477{
478 return m_frame_commands;
479}
std::vector< uint64_t > m_frame_commands

References m_frame_commands.