From 3882ad034cea3238725a6607114a921738200ffc Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 5 Oct 2007 10:46:46 +0000 Subject: [PATCH] From Mathias Froehlich, "since we patched our hp to an other patchlevel, I need the following to include/osg/Texture" --- include/osg/Texture | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/osg/Texture b/include/osg/Texture index 3880ee1ef..b0478b2ea 100644 --- a/include/osg/Texture +++ b/include/osg/Texture @@ -179,7 +179,11 @@ #ifndef GL_TEXTURE_COMPARE_MODE_ARB #define GL_TEXTURE_COMPARE_MODE_ARB 0x884C +#endif +#ifndef GL_TEXTURE_COMPARE_FUNC_ARB #define GL_TEXTURE_COMPARE_FUNC_ARB 0x884D +#endif +#ifndef GL_COMPARE_R_TO_TEXTURE_ARB #define GL_COMPARE_R_TO_TEXTURE_ARB 0x884E #endif