Updated wrappers

This commit is contained in:
Robert Osfield
2009-10-16 18:50:42 +00:00
parent a0eba771e8
commit 37b77a2665
2 changed files with 2 additions and 7 deletions

View File

@@ -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

View File

@@ -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,
"",
"");