From 3cb112129998e8a4ae8499b47a7c5325ef08bc64 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 13 Mar 2000 15:48:51 +0000 Subject: added final GL_HP_occlusion_test values --- include/GL/glext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/GL/glext.h') diff --git a/include/GL/glext.h b/include/GL/glext.h index b88ddc0299..1365e9d05b 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 */ -- cgit v1.2.3