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

◆ stop_graphics_subsystem()

void MayaFlux::Core::SubsystemManager::stop_graphics_subsystem ( )

Stop the graphics subsystem.

Definition at line 197 of file SubsystemManager.cpp.

198{
199 if (auto graphics = get_graphics_subsystem()) {
200 graphics->stop();
201 }
202}
std::shared_ptr< GraphicsSubsystem > get_graphics_subsystem()
Get typed access to the graphics subsystem.

References get_graphics_subsystem().

+ Here is the call graph for this function: