|
Unofficial OpenGL Software Development Kit 0.4.0
|
The C header to include if you want to initialize the OpenGL functions. More...
Go to the source code of this file.
Enumerations | |
| enum | LoadSucceeded { LS_LOAD_FUNCTIONS_ALL, LS_LOAD_FUNCTIONS_SOME, LS_LOAD_FAILED } |
| The loading status returned by the GL loading functions. More... | |
Functions | |
| int | LoadFunctions () |
| Loads all of the OpenGL function pointers for the current version and extensions. | |
| int | LoadWinFunctions (void *hdc) |
| Loads all of the function pointers associated with WGL. | |
| int | LoadGLXFunctions (void *display, int screen) |
| Loads all of the function pointers associated with GLX. | |
| int | GetMajorVersion () |
| int | GetMinorVersion () |
| int | IsVersionGEQ (int iMajorVersion, int iMinorVersion) |
| Returns non-zero if the current GL version is greater than or equal to the given version. | |
The C header to include if you want to initialize the OpenGL functions.
1.7.4