A few constants are not available in GLES2 and would be bothersome to
introduce through a fake extension. I'll bring back compatibility if
some relevant hardware turns out to only support GLES2.
#undef extern
#pragma clang diagnostic pop
#elif defined(__ANDROID__)
-#include <GLES2/gl2.h>
-#include <GLES2/gl2ext.h>
+#include <GLES3/gl3.h>
+#include <GLES3/gl3ext.h>
typedef double GLdouble;
typedef long long GLint64;
#else