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

◆ clear_frame_commands()

void MayaFlux::Core::GlfwWindow::clear_frame_commands ( )
overridevirtual

Clear tracked commands for this frame.

Called after presenting to reset for next frame.

Implements MayaFlux::Core::Window.

Definition at line 481 of file GlfwWindow.cpp.

482{
483 std::lock_guard lock(m_render_tracking_mutex);
484 m_frame_commands.clear();
485}
std::vector< uint64_t > m_frame_commands

References m_frame_commands, and m_render_tracking_mutex.