MayaFlux 0.1.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 133 of file Core.cpp.

134{
135 if (internal::initialized) {
136 internal::cleanup_engine();
137 }
138}

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

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: