Unofficial OpenGL Software Development Kit
0.5.0
|
C header to include if you want to initialize OpenGL. More...
Go to the source code of this file.
Enumerations | |
enum | { ogl_LOAD_FAILED = 0, ogl_LOAD_SUCCEEDED } |
The loading status returned by the loading functions. More... | |
Functions | |
int | ogl_LoadFunctions () |
Loads all of the function pointers available. More... | |
int | ogl_GetMajorVersion () |
int | ogl_GetMinorVersion () |
int | ogl_IsVersionGEQ (int testMajorVersion, int testMinorVersion) |
C header to include if you want to initialize OpenGL.