mango_engine.graphics.opengl.gl_backend

Undocumented in source.

Members

Classes

GLBackend
class GLBackend

The OpenGL Backend implementation for mango_engine.

Functions

gl_check
void gl_check()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

MANGO_GL_VERSION
GLVersion MANGO_GL_VERSION;

The Whole OpenGL version used by mango-engine.

MANGO_GL_VERSION_MAJOR
uint MANGO_GL_VERSION_MAJOR;

The Major OpenGL version used by mango-engine.

MANGO_GL_VERSION_MINOR
uint MANGO_GL_VERSION_MINOR;

The Minor OpenGL version used by mango-engine.

MANGO_GL_VERSION_STRING
string MANGO_GL_VERSION_STRING;

The OpenGL version used by mango-engine (string)

backendLogger
Logger backendLogger;
Undocumented in source.
failedContext
bool failedContext;
Undocumented in source.

Meta