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.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
{
18
ogl_LOAD_FAILED
= 0,
19
ogl_LOAD_SUCCEEDED
,
20
};
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
/*__cplusplus*/
25
33
int
ogl_LoadFunctions
();
34
38
int
ogl_GetMajorVersion
();
39
43
int
ogl_GetMinorVersion
();
44
46
int
ogl_IsVersionGEQ
(
int
testMajorVersion,
int
testMinorVersion);
47
50
#ifdef __cplusplus
51
}
52
#endif
/*__cplusplus*/
53
#endif
/*OPENGL_GEN_LOAD_FUNCTIONS_H*/
Generated on Mon Jul 29 2013 05:34:59 for Unofficial OpenGL Software Development Kit by
1.8.3.1