We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776aa14 commit 835bea9Copy full SHA for 835bea9
ext/gpupixel/core/gpupixel_macros.h
@@ -67,6 +67,7 @@
67
#endif
68
#include <gl/GL.h>
69
#elif defined(GPUPIXEL_LINUX)
70
+#include <GL/gl.h>
71
72
73
#define NS_GPUPIXEL_BEGIN namespace gpupixel {
@@ -107,4 +108,4 @@
107
108
}
109
#else
110
#define CHECK_GL(glFunc) glFunc;
-#endif
111
+#endif
ext/gpupixel/core/opengl3_loader.h
@@ -106,6 +106,10 @@ extern "C" {
106
#define GLAPI extern
+#ifdef GPUPIXEL_LINUX
+#undef GL_VERSION_2_0
112
+
113
#include <cassert>
114
/* glcorearb.h is for use with OpenGL core profile implementations.
115
** It should should be placed in the same directory as gl.h and
0 commit comments