Unofficial OpenGL Software Development Kit  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
gl_load.h
Go to the documentation of this file.
1 #ifndef OPENGL_GEN_LOAD_FUNCTIONS_H
2 #define OPENGL_GEN_LOAD_FUNCTIONS_H
3 
16 enum
17 {
20 };
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif /*__cplusplus*/
25 
33 int ogl_LoadFunctions();
34 
39 
44 
46 int ogl_IsVersionGEQ(int testMajorVersion, int testMinorVersion);
47 
50 #ifdef __cplusplus
51 }
52 #endif /*__cplusplus*/
53 #endif /*OPENGL_GEN_LOAD_FUNCTIONS_H*/