Added GL_TEXTURE_DEPTH #define for Win32 build

This commit is contained in:
Robert Osfield
2004-07-06 06:13:34 +00:00
parent b6b29e2151
commit 89a4dcbbd3

View File

@@ -117,6 +117,10 @@
#define GL_MAX_TEXTURE_UNITS 0x84E2
#endif
#ifndef GL_TEXTURE_DEPTH
#define GL_TEXTURE_DEPTH 0x8071
#endif
namespace osg {
/** Texture base class which encapsulates OpenGl texture functionality which common betweent the various types of OpenGL textures.*/