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

◆ shutdown()

MAYAFLUX_API void MayaFlux::Portal::Forma::shutdown ( )

Release stored references.

Does not destroy any Forma objects.

Call after all Forma objects have been destroyed, before engine shutdown.

Definition at line 48 of file Forma.cpp.

49{
50 internal::atelier().shutdown();
51
52 g_inspect_nodes_window.reset();
53 g_inspect_buffers_window.reset();
54 g_inspect_scheduler_window.reset();
55 g_inspect_events_window.reset();
56}

References MayaFlux::Portal::Forma::internal::atelier(), and MayaFlux::Portal::Forma::internal::Atelier::shutdown().

Referenced by MayaFlux::Core::Engine::End(), and MayaFlux::Portal::Forma::internal::Atelier::operator=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: