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);