Updated wrappers

This commit is contained in:
Robert Osfield
2008-01-08 14:37:09 +00:00
parent 578f385760
commit 27714dd538
4 changed files with 164 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ BEGIN_ENUM_REFLECTOR(osg::Shader::Type)
I_DeclaringFile("osg/Shader");
I_EnumLabel(osg::Shader::VERTEX);
I_EnumLabel(osg::Shader::FRAGMENT);
I_EnumLabel(osg::Shader::GEOMETRY);
I_EnumLabel(osg::Shader::UNDEFINED);
END_REFLECTOR