gl: allow to include GLES/gl.h
https://bugzilla.gnome.org/show_bug.cgi?id=703343
This commit is contained in:
parent
2843ca2066
commit
d539fd4a54
@ -54,8 +54,12 @@ G_BEGIN_DECLS
|
||||
|
||||
#define GL_COLOR_ATTACHMENT1 0
|
||||
#define GL_COLOR_ATTACHMENT2 0
|
||||
#ifndef GL_TEXTURE_ENV
|
||||
#define GL_TEXTURE_ENV 0
|
||||
#endif
|
||||
#ifndef GL_TEXTURE_ENV_MODE
|
||||
#define GL_TEXTURE_ENV_MODE 0
|
||||
#endif
|
||||
#define GL_DEPTH24_STENCIL8 0
|
||||
|
||||
G_END_DECLS
|
||||
|
Loading…
x
Reference in New Issue
Block a user