Unofficial OpenGL Software Development Kit
0.5.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
distro
glsdk_0_5_1
glload
include
glload
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
{
24
glload::LoadTest
LoadFunctions
();
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*/
Generated on Mon Jul 29 2013 05:34:59 for Unofficial OpenGL Software Development Kit by
1.8.3.1