Merge pull request #17482 from yleduc/fix_ios_build_es2

fix iOS build - error due to GLES2 missing include
This commit is contained in:
Rémi Verschelde 2018-03-13 10:50:29 +01:00 committed by GitHub
commit 66877d6273
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <alloca.h>
#define GLES2_INCLUDE_H <ES2/gl.h>
#define GLES3_INCLUDE_H <ES3/gl.h>
#define PLATFORM_REFCOUNT