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

◆ End()

MAYAFLUX_API void MayaFlux::End ( )

Stops and cleans up the default engine.

Convenience wrapper for Engine::End() on the default engine.

Definition at line 136 of file Core.cpp.

137{
138 internal::terminating = true;
139 if (internal::initialized) {
140 internal::cleanup_engine();
141 }
142}

References MayaFlux::internal::cleanup_engine(), MayaFlux::internal::initialized, and MayaFlux::internal::terminating.

Referenced by main(), MayaFlux::Core::Engine::operator=(), and MayaFlux::Core::Engine::operator=().

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