aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/opengl/gl3.c
diff options
context:
space:
mode:
Diffstat (limited to 'make/stub_includes/opengl/gl3.c')
-rw-r--r--make/stub_includes/opengl/gl3.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/make/stub_includes/opengl/gl3.c b/make/stub_includes/opengl/gl3.c
index 3326c58ad..5e9d87ccd 100644
--- a/make/stub_includes/opengl/gl3.c
+++ b/make/stub_includes/opengl/gl3.c
@@ -4,4 +4,8 @@
// "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/gl3.h>