Added #define GL_SEPARATE_ATTRIBS and correcte GL_INTERLEAVED_ATTRIBS

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14673 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2015-01-22 16:49:00 +00:00
parent 51b19d2d8b
commit f5faf615ef

View File

@@ -567,7 +567,11 @@ typedef char GLchar;
#endif
#ifndef GL_INTERLEAVED_ATTRIBS
#define GL_INTERLEAVED_ATTRIBS 0x8C8D
#define GL_INTERLEAVED_ATTRIBS 0x8C8C
#endif
#ifndef GL_SEPARATE_ATTRIBS
#define GL_SEPARATE_ATTRIBS 0x8C8D
#endif
#ifndef GL_VERSION_3_2