MayaFlux 0.4.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 212 of file SubsystemManager.cpp.

213{
214 if (auto graphics = get_graphics_subsystem()) {
215 graphics->stop();
216 }
217}
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: