add #define GL_TEXTURE0 for windows users previously provided by GLBeginEndAdapter

This commit is contained in:
Laurens Voerman 2016-10-12 13:29:58 +02:00
parent 0314fd593a
commit 1a664b19de

View File

@ -38,6 +38,10 @@
#include <set>
#include <string>
#ifndef GL_TEXTURE0
#define GL_TEXTURE0 0x84C0
#endif
namespace osg {
/** macro for use with osg::StateAttribute::apply methods for detecting and