mango_engine.mango

Undocumented in source.

Members

Enums

GraphicsBackendType
enum GraphicsBackendType

Enum to represent different Graphics APIs used by the backend.

Functions

mango_destroy
void mango_destroy()

Destroy the engine. This will free resources used by the library.

mango_hasGLSupport
bool mango_hasGLSupport()

Determine if the engine has compiled with OpenGL support enabled.

mango_hasInitialized
bool mango_hasInitialized()

Determine if the engine has been initalized.

mango_hasVKSupport
bool mango_hasVKSupport()

Determine if the engine has compiled with Vulkan support enabled.

mango_init
void mango_init(GraphicsBackendType backendType)

Initalize the engine. This will load system libraries and set up the engine for usage.

Variables

MANGO_VERSION
string MANGO_VERSION;
Undocumented in source.

Meta