Updated wrappers

This commit is contained in:
Robert Osfield
2008-11-12 14:20:15 +00:00
parent 89829f8153
commit 453e595636
2 changed files with 6 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ BEGIN_ENUM_REFLECTOR(osg::Camera::BufferComponent)
I_DeclaringFile("osg/Camera");
I_EnumLabel(osg::Camera::DEPTH_BUFFER);
I_EnumLabel(osg::Camera::STENCIL_BUFFER);
I_EnumLabel(osg::Camera::PACKED_DEPTH_STENCIL_BUFFER);
I_EnumLabel(osg::Camera::COLOR_BUFFER);
I_EnumLabel(osg::Camera::COLOR_BUFFER0);
I_EnumLabel(osg::Camera::COLOR_BUFFER1);

View File

@@ -84,6 +84,11 @@ BEGIN_OBJECT_REFLECTOR(osg::FBOExtensions)
__bool__isMultisampleCoverageSupported,
"",
"");
I_Method0(bool, isPackedDepthStencilSupported,
Properties::NON_VIRTUAL,
__bool__isPackedDepthStencilSupported,
"",
"");
I_StaticMethod2(osg::FBOExtensions *, instance, IN, unsigned, contextID, IN, bool, createIfNotInitalized,
__FBOExtensions_P1__instance__unsigned__bool_S,
"",