2
0
Эх сурвалжийг харах

Wait! Do we even need this glext.h if we load everything ourselves?

rexim 5 өдөр өмнө
parent
commit
7a56005bb0
1 өөрчлөгдсөн 0 нэмэгдсэн , 6 устгасан
  1. 0 6
      main_rgfw.c

+ 0 - 6
main_rgfw.c

@@ -2,12 +2,6 @@
 #include <stdbool.h>
 #define RGFW_IMPLEMENTATION
 #include "RGFW.h"
-#define GL_GLEXT_PROTOTYPES
-#ifndef __APPLE__
-    #include <GL/glext.h>
-#else
-    #include <OpenGL/glext.h>
-#endif
 #include "glextloader.c"
 
 #include "common.c"