*/}}
Browse Source

gles3.0 header

YimingWu 4 months ago
parent
commit
cf755aaf11
1 changed files with 4 additions and 1 deletions
  1. 4 1
      la_kernel.c

+ 4 - 1
la_kernel.c

@@ -44,6 +44,9 @@
 #include <X11/Xcursor/Xcursor.h>
 #include <X11/Xcursor/Xcursor.h>
 #include <X11/cursorfont.h>
 #include <X11/cursorfont.h>
 #include <GL/glx.h>
 #include <GL/glx.h>
+#ifdef LA_USE_GLES
+#include <GLES3/gl3.h>
+#endif
 #endif
 #endif
 #ifdef _WIN32
 #ifdef _WIN32
 #include <GL/wglew.h>
 #include <GL/wglew.h>
@@ -1358,7 +1361,7 @@ int laGetReadyWith(laInitArguments* ia){
     la_RegenerateWireColors();
     la_RegenerateWireColors();
 
 
     laAnimationRegisterHolderPath("tns.world.root_objects_as_root");
     laAnimationRegisterHolderPath("tns.world.root_objects_as_root");
-    
+
     if(MAIN.InitArgs.EnableLogStdOut){ MAIN.EnableLogStdOut=1; }
     if(MAIN.InitArgs.EnableLogStdOut){ MAIN.EnableLogStdOut=1; }
 
 
     logPrintNew("Initialization Completed\n");
     logPrintNew("Initialization Completed\n");