Added support for the newest NDK version
This commit is contained in:
parent
989367e345
commit
0da25a0b87
7 changed files with 56 additions and 70 deletions
|
@ -69,6 +69,9 @@
|
|||
#include <GLES/glext.h>
|
||||
|
||||
// We're not using OpenGL ES 2+ yet, but we can use the sRGB extension
|
||||
// We need to import gl2platform.h, would normally be included by gl2.h
|
||||
// which was included by gl2ext.h in older NDK versions
|
||||
#include <GLES2/gl2platform.h>
|
||||
#include <GLES2/gl2ext.h>
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue