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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user