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