*/}}
Ver código fonte

gles modification

YimingWu 4 meses atrás
pai
commit
53796abee4
2 arquivos alterados com 2 adições e 3 exclusões
  1. 0 3
      la_kernel.c
  2. 2 0
      la_util.h

+ 0 - 3
la_kernel.c

@@ -44,9 +44,6 @@
 #include <X11/Xcursor/Xcursor.h>
 #include <X11/cursorfont.h>
 #include <GL/glx.h>
-#ifdef LA_USE_GLES
-#include <GLES3/gl3.h>
-#endif
 #endif
 #ifdef _WIN32
 #include <GL/wglew.h>

+ 2 - 0
la_util.h

@@ -52,6 +52,8 @@ FILE *android_fopen(const char *fileName, const char *mode);
 #define SYSWINDOW Window
 #ifdef LA_USE_GLES
 #include <EGL/egl.h>
+#include <GLES3/gl3.h>
+#include <GLES3/gl3ext.h>
 #define SYSGLCONTEXT EGLContext
 #else
 #include <GL/glew.h>