11 #include <SimpleGL_gl/SimpleGL_gl_Export.h> 83 SIMPLEGL_GL_EXPORT
void initGL();
const int major
Constant for the major version.
const int minor
Constant for the minor version.
GLenum to_GLenum(E e)
Gets the GLenum value from an enum class.
Generic namespace for the SimpleGL framework.
GLbitfield to_GLbitfield(E e)
Gets the GLbitfield value from an enum class.
GLint to_GLint(E e)
Gets the GLint value from an enum class.
SIMPLEGL_GL_EXPORT GLVersion contextVersion
Stores the OpenGL version structure.
Structure for saving the OpenGL version.
SIMPLEGL_GL_EXPORT void initGL()
Initializes the OpenGL backend, this will also check available extensions and should be called after ...