Unofficial OpenGL Software Development Kit  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
gl_load.hpp
Go to the documentation of this file.
1 #ifndef OPENGL_GEN_LOAD_FUNCTIONS_HPP
2 #define OPENGL_GEN_LOAD_FUNCTIONS_HPP
3 
9 #include "_int_load_test.hpp"
10 
13 
15 namespace glload
16 {
25 
29  int GetMajorVersion();
30 
34  int GetMinorVersion();
35 
37  int IsVersionGEQ(int testMajorVersion, int testMinorVersion);
38 
39 }
41 #endif /*OPENGL_GEN_LOAD_FUNCTIONS_HPP*/