mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Try using our own version of glext and gl2ext for OpenGL ES
This commit is contained in:
parent
78ed00ef2b
commit
e665c2a908
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user