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

◆ Init() [1/4]

MAYAFLUX_API void MayaFlux::Init ( )

Initializes the default engine with default settings.

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

Definition at line 84 of file Core.cpp.

85{
86 auto& engine = internal::get_or_create_engine();
87 engine.Init();
88}

References MayaFlux::internal::get_or_create_engine().

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

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