|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Vruta::GraphicsRoutine::GraphicsRoutine | ( | const GraphicsRoutine & | other | ) |
Copy constructor.
| other | GraphicsRoutine to copy |
Creates a new GraphicsRoutine that shares ownership of the same underlying coroutine. This allows multiple schedulers or containers to reference the same task.
Definition at line 231 of file Routine.cpp.