Merge pull request #155 from LaurensVoerman/Texture0

add #define GL_TEXTURE0 for windows users previously provided by GLBeginEndAdapter
This commit is contained in:
OpenSceneGraph git repository
2016-10-12 13:41:57 +01:00
committed by GitHub

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