Added GL #define for Windows build

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14687 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2015-02-11 09:41:15 +00:00
parent a676d5d37b
commit 4a9f4aae9d

View File

@@ -585,6 +585,10 @@ typedef char GLchar;
#define GL_SEPARATE_ATTRIBS 0x8C8D
#endif
#ifndef GL_RASTERIZER_DISCARD
#define GL_RASTERIZER_DISCARD 0x8C89
#endif
#ifndef GL_VERSION_3_2
typedef struct __GLsync *GLsync;
#endif