소스 검색

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