ソースを参照

Merge pull request #17482 from yleduc/fix_ios_build_es2

fix iOS build - error due to GLES2 missing include
Rémi Verschelde 7 年 前
コミット
66877d6273
1 ファイル変更1 行追加0 行削除
  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