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

◆ set_next_frame()

void MayaFlux::Vruta::GraphicsRoutine::set_next_frame ( uint64_t  next_frame)
inlineoverridevirtual

Set next frame execution time (graphics domain)

Parameters
next_frameFrame position for next execution

Implements MayaFlux::Vruta::Routine.

Definition at line 623 of file Routine.hpp.

624 {
625 m_handle.promise().next_frame = next_frame;
626 }
std::coroutine_handle< promise_type > m_handle
Handle to the underlying coroutine.
Definition Routine.hpp:643