aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/opengl/gl3bc.c
diff options
context:
space:
mode:
Diffstat (limited to 'make/stub_includes/opengl/gl3bc.c')
-rw-r--r--make/stub_includes/opengl/gl3bc.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/make/stub_includes/opengl/gl3bc.c b/make/stub_includes/opengl/gl3bc.c
index eed7c9c26..a40fe13c1 100644
--- a/make/stub_includes/opengl/gl3bc.c
+++ b/make/stub_includes/opengl/gl3bc.c
@@ -1,19 +1,10 @@
#define GLAPI
-// Define GL_GLEXT_PROTOTYPES so that the OpenGL extension prototypes in
-// "glext.h" are parsed.
+// Define GL_GLEXT_PROTOTYPES so that the OpenGL extension prototypes are parsed.
#define GL_GLEXT_PROTOTYPES
#include <GL/gl.h>
#include <GL/glext.h>
-// Define GL3_PROTOTYPES so that the OpenGL prototypes in
-// "gl3.h" are parsed.
-#define GL3_PROTOTYPES
-
-// Define GL_GL3EXT_PROTOTYPES so that the OpenGL extension prototypes in
-// "gl3ext.h" are parsed.
-#define GL_GL3EXT_PROTOTYPES
-
-#include <GL3/gl3ext.h>
+#include <GL/glcorearbext.h>