From f5faf615ef72b0d9ca07be7b05ea77d353376950 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 22 Jan 2015 16:49:00 +0000 Subject: [PATCH] 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 --- include/osg/GLDefines | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/osg/GLDefines b/include/osg/GLDefines index 406a551b8..18af2d9af 100644 --- a/include/osg/GLDefines +++ b/include/osg/GLDefines @@ -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