Updated wrappers

This commit is contained in:
Robert Osfield
2008-06-18 20:27:06 +00:00
parent f06d50a7eb
commit 0abf539b60

View File

@@ -461,6 +461,10 @@ BEGIN_OBJECT_REFLECTOR(osg::RenderBuffer)
__void__discardDeletedRenderBuffers__unsigned_int_S,
"discard all the cached RenderBuffers which need to be deleted in the OpenGL context related to contextID. ",
"Note, unlike flush no OpenGL calls are made, instead the handles are all removed. this call is useful for when an OpenGL context has been destroyed. ");
I_StaticMethod2(int, getMaxSamples, IN, unsigned int, contextID, IN, const osg::FBOExtensions *, ext,
__int__getMaxSamples__unsigned_int__C5_FBOExtensions_P1_S,
"",
"");
I_ProtectedMethod0(void, dirtyAll,
Properties::NON_VIRTUAL,
Properties::CONST,