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

◆ get_next_frame()

uint64_t MayaFlux::Vruta::CrossRoutine::get_next_frame ( ) const
inlineoverridevirtual

Get next frame execution time (graphics domain)

Returns
Frame position for next execution, or 0 if not graphics domain

Implements MayaFlux::Vruta::Routine.

Definition at line 711 of file Routine.hpp.

712 {
713 return m_handle.promise().next_frame.load(std::memory_order_acquire);
714 }
std::coroutine_handle< promise_type > m_handle
Definition Routine.hpp:726