From e330e9309c943cfa097ff59efc66f8c531f90005 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 22 Jan 2015 15:08:26 +0000 Subject: [PATCH] Added GL_INTERLEAVED_ATTRIBS for windows build git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14671 16af8721-9629-0410-8352-f15c8da7e697 --- include/osg/GLDefines | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/osg/GLDefines b/include/osg/GLDefines index e89bd3a17..406a551b8 100644 --- a/include/osg/GLDefines +++ b/include/osg/GLDefines @@ -566,6 +566,10 @@ typedef char GLchar; #define GL_MAX_3D_TEXTURE_SIZE 0x8073 #endif +#ifndef GL_INTERLEAVED_ATTRIBS + #define GL_INTERLEAVED_ATTRIBS 0x8C8D +#endif + #ifndef GL_VERSION_3_2 typedef struct __GLsync *GLsync; #endif