summaryrefslogtreecommitdiff
path: root/include/GL/glext.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-03-13 15:48:51 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-03-13 15:48:51 +0000
commit3cb112129998e8a4ae8499b47a7c5325ef08bc64 (patch)
treeed09782048133ca1ed8fb97014154c576622f58f /include/GL/glext.h
parentab07ef40930a187f8a9356f57533ec8b74702731 (diff)
added final GL_HP_occlusion_test values
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 b88ddc02991..1365e9d05bf 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 0x1
-#define GL_OCCLUSION_TEST_RESULT_HP 0x2
+#define GL_OCCLUSION_TEST_HP 0x8165
+#define GL_OCCLUSION_TEST_RESULT_HP 0x8166
#endif /* GL_HP_occlusion_test */