fix iOS build - error due to GLES2 missing include (with the advice from bruvzg[m] on irc)
This commit is contained in:
parent
965feb9521
commit
b5c7e6bac9
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
||||||
|
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
|
|
||||||
|
#define GLES2_INCLUDE_H <ES2/gl.h>
|
||||||
#define GLES3_INCLUDE_H <ES3/gl.h>
|
#define GLES3_INCLUDE_H <ES3/gl.h>
|
||||||
|
|
||||||
#define PLATFORM_REFCOUNT
|
#define PLATFORM_REFCOUNT
|
||||||
|
|
Loading…
Reference in a new issue