MayaFlux 0.2.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 165 of file SubsystemManager.cpp.

166{
167 if (auto graphics = get_graphics_subsystem()) {
168 graphics->stop();
169 }
170}
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: