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

◆ Init() [1/3]

MAYAFLUX_API void MayaFlux::Init ( )

Initializes the default engine with default settings.

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

Definition at line 96 of file Core.cpp.

97{
98 auto& engine = internal::get_or_create_engine();
99 engine.Init();
100}

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: