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 235 of file SubsystemManager.cpp.

236{
237 if (auto graphics = get_graphics_subsystem()) {
238 graphics->stop();
239 }
240}
Core::GlobalGraphicsConfig graphics
Definition Config.cpp:35
std::shared_ptr< GraphicsSubsystem > get_graphics_subsystem()
Get typed access to the graphics subsystem.

References get_graphics_subsystem(), and graphics.

+ Here is the call graph for this function: