Try using our own version of glext and gl2ext for OpenGL ES

This commit is contained in:
rdb 2014-04-22 09:17:23 +00:00
parent 78ed00ef2b
commit e665c2a908
2 changed files with 4 additions and 4 deletions

View File

@ -51,10 +51,10 @@
#ifdef IS_OSX
#include <OpenGLES/ES2/gl.h>
#include <OpenGLES/ES2/glext.h>
// #include <OpenGLES/ES2/glext.h>
#else
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
// #include <GLES2/gl2ext.h>
#endif
#include "panda_esgl2ext.h"

View File

@ -56,10 +56,10 @@
#ifdef IS_OSX
#include <OpenGLES/ES1/gl.h>
#include <OpenGLES/ES1/glext.h>
// #include <OpenGLES/ES1/glext.h>
#else
#include <GLES/gl.h>
#include <GLES/glext.h>
// #include <GLES/glext.h>
#endif
#include "panda_esglext.h"