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

◆ shutdown()

void MayaFlux::Core::GraphicsSubsystem::shutdown ( )
overridevirtual

Shutdown and cleanup subsystem resources.

Implements MayaFlux::Core::ISubsystem.

Definition at line 371 of file GraphicsSubsystem.cpp.

372{
373 stop();
374 m_is_ready = false;
375}
void stop() override
Stop the subsystem's processing/event loops.

References m_is_ready, and stop().

+ Here is the call graph for this function: