We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e6c292 commit cde37c6Copy full SHA for cde37c6
app/darwin_ios.m
@@ -10,6 +10,8 @@
10
#include <stdio.h>
11
#include <sys/utsname.h>
12
13
+#define GLES_SILENCE_DEPRECATION
14
+
15
#import <UIKit/UIKit.h>
16
#import <GLKit/GLKit.h>
17
gl/work.h
@@ -15,6 +15,7 @@
#endif
#ifdef os_ios
18
19
#include <OpenGLES/ES2/glext.h>
20
21
0 commit comments