Updated wrappers

This commit is contained in:
Robert Osfield
2007-12-10 20:35:50 +00:00
parent c43606e3fe
commit aa24c273c7
83 changed files with 200 additions and 214 deletions

View File

@@ -163,7 +163,7 @@ BEGIN_OBJECT_REFLECTOR(osg::FragmentProgram)
I_MethodWithDefaults1(void, releaseGLObjects, IN, osg::State *, state, 0,
Properties::VIRTUAL,
__void__releaseGLObjects__State_P1,
"release an OpenGL objects in specified graphics context if State object is passed, otherwise release OpenGL objexts for all graphics context if State object pointer == NULL. ",
"release an OpenGL objects in specified graphics context if State object is passed, otherwise release OpenGL objects for all graphics context if State object pointer == NULL. ",
"");
I_StaticMethod2(void, deleteFragmentProgramObject, IN, unsigned int, contextID, IN, GLuint, handle,
__void__deleteFragmentProgramObject__unsigned_int__GLuint_S,