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

◆ get_processing_token()

ProcessingToken MayaFlux::Vruta::GraphicsRoutine::get_processing_token ( ) const
overridevirtual

Get the processing token that determines how this routine should be scheduled.

Returns
FRAME_ACCURATE token indicating frame-based scheduling

Implements MayaFlux::Vruta::Routine.

Definition at line 264 of file Routine.cpp.

265{
267}
@ FRAME_ACCURATE
Coroutine is frame-accurate.

References MayaFlux::Vruta::FRAME_ACCURATE.