Added #define GL_PROXY_TEXTURE_3D
This commit is contained in:
parent
477524f254
commit
021484440c
@ -35,6 +35,10 @@
|
||||
// simply define GLAPIENTRY as nothing so that we can keep function signatures the same as declaration.
|
||||
#define GLAPIENTRY
|
||||
|
||||
#ifndef GL_PROXY_TEXTURE_3D
|
||||
#define GL_PROXY_TEXTURE_3D 0x8070
|
||||
#endif
|
||||
|
||||
// #include "gluos.h"
|
||||
// #include <GL/glu.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user