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

◆ is_initialized()

bool MayaFlux::is_initialized ( )

Checks if the default engine has been initialized.

Returns
true if the engine is initialized, false otherwise

Definition at line 51 of file Core.cpp.

52{
53 return internal::initialized;
54}

References MayaFlux::internal::initialized.

Referenced by is_engine_initialized().

+ Here is the caller graph for this function: