gave temp values to GL_HP_occlusion_test tokens
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 11 Mar 2000 23:24:01 +0000 (23:24 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 11 Mar 2000 23:24:01 +0000 (23:24 +0000)
include/GL/glext.h

index 9588692ac3842ff8699107d9a8c472494734dd16..b88ddc02991cd4576d537c1b373116bfcd40613a 100644 (file)
@@ -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 */