|
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.
Namespaces | |
| namespace | glload |
The core namespace for the C++ interface for the OpenGL initialization functions. | |
Enumerations | |
| enum | glload::LoadSucceeded { glload::LS_LOAD_FUNCTIONS_ALL, glload::LS_LOAD_FUNCTIONS_SOME, glload::LS_LOAD_FAILED } |
| The loading status returned by the extension loaders. More... | |
Functions | |
| int | glload::LoadFunctions () |
| Loads all of the OpenGL function pointers for the current version and extensions. | |
| int | glload::LoadWinFunctions (void *hdc) |
| Loads all of the function pointers associated with WGL. | |
| int | glload::LoadGLXFunctions (void *display, int screen) |
| Loads all of the function pointers associated with GLX. | |
| int | glload::GetMajorVersion () |
| int | glload::GetMinorVersion () |
| bool | glload::IsVersionGEQ (int iMajorVersion, int iMinorVersion) |
| Returns true 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