Updated wrappers

This commit is contained in:
Robert Osfield
2007-03-05 17:46:50 +00:00
parent 579700bedf
commit 62ac5301c9
26 changed files with 66 additions and 66 deletions

View File

@@ -76,8 +76,8 @@ BEGIN_OBJECT_REFLECTOR(osg::VertexProgram)
"");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, usage,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method1(GLuint &, getVertexProgramID, IN, unsigned int, contextID,
Properties::NON_VIRTUAL,