ANDROID: define GL_GLEXT_PROTOTYPES
define GL_GLEXT_PROTOTYPES so that the function prototype of glDrawTexiOES in <GLES/gl.h> is found.
This commit is contained in:
parent
228cc7ac64
commit
9a8ae3c60f
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
|
||||
#if defined(__ANDROID__)
|
||||
|
||||
#define GL_GLEXT_PROTOTYPES
|
||||
#include <GLES/gl.h>
|
||||
|
||||
#include "graphics/surface.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue