summaryrefslogtreecommitdiff
path: root/include/GL/glext.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-03-11 23:24:01 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-03-11 23:24:01 +0000
commit9aafc4fd5d92ff0f81f20a3b0d4152ad0dc2f1f7 (patch)
tree1c539f3ec035bcfcaef40b5181180cee5343964f /include/GL/glext.h
parent1b2ff69f468d609a88b1cd31041df2b81931816b (diff)
gave temp values to GL_HP_occlusion_test tokens
Diffstat (limited to 'include/GL/glext.h')
-rw-r--r--include/GL/glext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/GL/glext.h b/include/GL/glext.h
index 9588692ac3..b88ddc0299 100644
--- a/include/GL/glext.h
+++ b/include/GL/glext.h
@@ -1078,8 +1078,8 @@ typedef void (APIENTRY * PFNGLLIGHTENVISGIXPROC) (GLenum pname, GLint param);
#ifndef GL_HP_occlusion_test
#define GL_HP_occlusion_test 1
-#define GL_OCCLUSION_TEST_HP 0x?
-#define GL_OCCLUSION_TEST_RESULT_HP 0x?
+#define GL_OCCLUSION_TEST_HP 0x1
+#define GL_OCCLUSION_TEST_RESULT_HP 0x2
#endif /* GL_HP_occlusion_test */