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
glx_load.h
Go to the documentation of this file.
1
#ifndef GLXWIN_GEN_LOAD_FUNCTIONS_H
2
#define GLXWIN_GEN_LOAD_FUNCTIONS_H
3
16
enum
17
{
18
glx_LOAD_FAILED
= 0,
19
glx_LOAD_SUCCEEDED
,
20
};
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
/*__cplusplus*/
25
33
int
glx_LoadFunctions
(Display *display,
int
screen);
34
35
38
#ifdef __cplusplus
39
}
40
#endif
/*__cplusplus*/
41
#endif
/*GLXWIN_GEN_LOAD_FUNCTIONS_H*/
Generated on Mon Jul 29 2013 05:34:59 for Unofficial OpenGL Software Development Kit by
1.8.3.1