Updated wrappers

This commit is contained in:
Robert Osfield
2006-08-25 16:31:28 +00:00
parent f86c824275
commit 7ebf8f1fa7
3 changed files with 36 additions and 2 deletions

View File

@@ -139,6 +139,7 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::Texture)
I_Method0(unsigned int, getNumImages);
I_Method1(void, setReadPBuffer, IN, osg::GraphicsContext *, context);
I_Method0(osg::GraphicsContext *, getReadPBuffer);
I_Method0(const osg::GraphicsContext *, getReadPBuffer);
I_Method1(void, apply, IN, osg::State &, state);
I_Method1(void, compileGLObjects, IN, osg::State &, state);
I_MethodWithDefaults1(void, releaseGLObjects, IN, osg::State *, state, 0);