MayaFlux 0.2.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 142 of file Core.cpp.

143{
144 internal::terminating = true;
145 if (internal::initialized) {
146 internal::cleanup_engine();
147 }
148}

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: