2010-05-22 14:05:42 -06:00
|
|
|
/* For compatibility with early OpenGL ES 1.0 implementations that
|
|
|
|
* included gl.h in egl.h (and apps that only included egl.h)
|
|
|
|
* See: http://www.khronos.org/registry/implementers_guide.html
|
2008-11-02 07:58:06 -07:00
|
|
|
*/
|
2010-05-22 14:05:42 -06:00
|
|
|
#include <EGL/egl.h>
|
2008-11-02 07:58:06 -07:00
|
|
|
#include <GLES/gl.h>
|