summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-09-02 13:43:26 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-09-02 13:43:26 +0000
commitc799e9ec248c5381ba7c1d806f7c1a4dd85698ad (patch)
tree163719ff5d8bfadd48a06096e11bc7274425f0b1 /include
parent4fb995084e1b4b629667f09331adf060aa0fac4c (diff)
added GL_EXT_timer_query token
Diffstat (limited to 'include')
-rw-r--r--include/GL/gl.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index 1ea97f39078..36a93791a90 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -2231,6 +2231,15 @@ typedef void (APIENTRYP PFNGLBLENDEQUATIONSEPARATEATIPROC) (GLenum modeRGB, GLen
#endif /* GL_ATI_blend_equation_separate */
+#ifndef GL_EXT_timer_query
+#define GL_EXT_timer_query 1
+
+#define GL_TIME_ELAPSED_EXT 0x88BF
+
+#endif /* GL_EXT_timer_query */
+
+
+
/**
** NOTE!!!!! If you add new functions to this file, or update
** glext.h be sure to regenerate the gl_mangle.h file. See comments