Updated wrappers

This commit is contained in:
Robert Osfield
2009-03-12 17:12:48 +00:00
parent 7b5f3ec92a
commit f6eae8dc3e
32 changed files with 396 additions and 303 deletions

View File

@@ -182,6 +182,11 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::GraphicsContext)
__void__clear,
"Do an OpenGL clear of the full graphics context/window. ",
"Note, must only be called from a thread with this context current. ");
I_Method0(double, getTimeSinceLastClear,
Properties::NON_VIRTUAL,
__double__getTimeSinceLastClear,
"",
"");
I_Method0(bool, realize,
Properties::NON_VIRTUAL,
__bool__realize,
@@ -398,6 +403,9 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::GraphicsContext)
I_SimpleProperty(osg::State *, State,
__State_P1__getState,
__void__setState__State_P1);
I_SimpleProperty(double, TimeSinceLastClear,
__double__getTimeSinceLastClear,
0);
I_SimpleProperty(const osg::GraphicsContext::Traits *, Traits,
__C5_Traits_P1__getTraits,
0);