Updated wrappers

This commit is contained in:
Robert Osfield
2007-07-23 18:19:02 +00:00
parent 4a0a45ad92
commit 3740052c23
3 changed files with 15 additions and 1 deletions

View File

@@ -59,6 +59,16 @@ BEGIN_OBJECT_REFLECTOR(osg::BlockAndFlushOperation)
"");
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::FlushDeletedGLObjectsOperation)
I_DeclaringFile("osg/GraphicsThread");
I_BaseType(osg::GraphicsOperation);
I_ConstructorWithDefaults2(IN, double, availableTime, , IN, bool, keep, false,
____FlushDeletedGLObjectsOperation__double__bool,
"",
"");
I_PublicMemberProperty(double, _availableTime);
END_REFLECTOR
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::GraphicsOperation)
I_DeclaringFile("osg/GraphicsThread");
I_BaseType(osg::Operation);