Unofficial OpenGL Software Development Kit 0.4.0
Enumerations | Functions
C:/Projects/distro/glsdk_0.4.3/glsdk_0.4.3/glload/include/glload/gll.h File Reference

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.

Detailed Description

The C header to include if you want to initialize the OpenGL functions.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends