From Tree, moved GL_ #define's out of osg namespaces

This commit is contained in:
Robert Osfield
2005-01-07 19:00:40 +00:00
parent 814300f896
commit 40632c97b0
5 changed files with 22 additions and 21 deletions

View File

@@ -26,8 +26,6 @@
#include <vector>
#include <map>
namespace osg {
#ifndef GL_TEXTURE0
#define GL_TEXTURE0 0x84C0
#endif
@@ -48,6 +46,8 @@ namespace osg {
#endif
#endif
namespace osg {
/** macro for use with osg::StateAttribute::apply methods for detecting and
* reporting OpenGL error messages.*/
#define OSG_GL_DEBUG(message) \