summaryrefslogtreecommitdiffstats
path: root/make/stub_includes/opengl/gl3.c
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-08-02 08:49:46 -0700
committerSven Gothel <[email protected]>2009-08-02 08:49:46 -0700
commitc20b0c0b0824d6554c6881c07799b6e05d5fc09d (patch)
treefd11905849e3e2cc64528c2d81f286ea44a8dbb6 /make/stub_includes/opengl/gl3.c
parent52dd94d4915768b231d1923a2086b09e1e1bb357 (diff)
GL: sync glext.h
- add GL_NV_present_video - add GL_NV_conditional_render - add GL_EXT_transform_feedback - add GL_EXT_direct_state_access GL3: - GLAPIENTRY -> APIENTRY (as in the orig headers) - Add GL_ARB_geometry_shader4 to gl3ext.h
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>