Forráskód Böngészése

Merge pull request #17482 from yleduc/fix_ios_build_es2

fix iOS build - error due to GLES2 missing include
Rémi Verschelde 7 éve
szülő
commit
66877d6273
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      platform/iphone/platform_config.h

+ 1 - 0
platform/iphone/platform_config.h

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