From 37b77a26654436efcdff1a8c29d713956c93d444 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 16 Oct 2009 18:50:42 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/genwrapper.conf | 2 +- src/osgWrappers/osg/State.cpp | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/osgWrappers/genwrapper.conf b/src/osgWrappers/genwrapper.conf index 1bd901d90..aab24fe9f 100644 --- a/src/osgWrappers/genwrapper.conf +++ b/src/osgWrappers/genwrapper.conf @@ -497,7 +497,7 @@ configure reflector "osg::Shader" end configure reflector "osg::State" - configure method /.*_(ModeStack|AttributeStack|ModeMap|AttributeMap|UniformMap)_.*/ + configure method /.*_(ModeStack|AttributeStack|ModeMap|AttributeMap|UniformMap|VertexAttribAlias)_.*/ replace with "" end end diff --git a/src/osgWrappers/osg/State.cpp b/src/osgWrappers/osg/State.cpp index 8ee6574b7..5f1186bd6 100644 --- a/src/osgWrappers/osg/State.cpp +++ b/src/osgWrappers/osg/State.cpp @@ -863,12 +863,7 @@ BEGIN_OBJECT_REFLECTOR(osg::State) __GLBeginEndAdapter_R1__getGLBeginEndAdapter, "get the GL adapter object used to map OpenGL 1.0 glBegin/glEnd usage to vertex arrays. ", ""); - I_ProtectedMethod5(void, setUpVertexAttribAlias, IN, VertexAttribAlias &, alias, IN, GLuint, location, IN, const std::string, glName, IN, const std::string, osgName, IN, const std::string &, declaration, - Properties::NON_VIRTUAL, - Properties::NON_CONST, - __void__setUpVertexAttribAlias__VertexAttribAlias_R1__GLuint__C5_std_string__C5_std_string__C5_std_string_R1, - "", - ""); +