Updated wrappers

This commit is contained in:
Robert Osfield
2007-01-05 17:21:35 +00:00
parent 9a4209c61b
commit 2913cb9422
25 changed files with 328 additions and 89 deletions

View File

@@ -93,6 +93,10 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::Object)
__C5_Referenced_P1__getUserData,
"Get const user data. ",
"");
I_Method1(void, resizeGLObjectBuffers, IN, unsigned, int,
__void__resizeGLObjectBuffers__unsigned,
"Resize any per context GLObject buffers to specified size. ",
"");
I_MethodWithDefaults1(void, releaseGLObjects, IN, osg::State *, x, 0,
__void__releaseGLObjects__osg_State_P1,
"If State is non-zero, this function releases any associated OpenGL objects for the specified graphics context. ",