add #define GL_TEXTURE0 for windows users previously provided by GLBeginEndAdapter
This commit is contained in:
parent
0314fd593a
commit
1a664b19de
@ -38,6 +38,10 @@
|
|||||||
#include <set>
|
#include <set>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
#ifndef GL_TEXTURE0
|
||||||
|
#define GL_TEXTURE0 0x84C0
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace osg {
|
namespace osg {
|
||||||
|
|
||||||
/** macro for use with osg::StateAttribute::apply methods for detecting and
|
/** macro for use with osg::StateAttribute::apply methods for detecting and
|
||||||
|
Loading…
Reference in New Issue
Block a user