Updated wrappers.

This commit is contained in:
Robert Osfield
2005-07-23 19:08:02 +00:00
parent c210dd2db9
commit d8a5c2e7ac
11 changed files with 129 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
#include <osg/CopyOp>
#include <osg/FrameBufferObject>
#include <osg/GraphicsContext>
#include <osg/Image>
#include <osg/Object>
#include <osg/State>
@@ -46,8 +47,12 @@ BEGIN_OBJECT_REFLECTOR(osgUtil::RenderToTextureStage)
I_Method1(void, setFrameBufferObject, IN, osg::FrameBufferObject *, fbo);
I_Method0(osg::FrameBufferObject *, getFrameBufferObject);
I_Method0(const osg::FrameBufferObject *, getFrameBufferObject);
I_Method1(void, setGraphicsContext, IN, osg::GraphicsContext *, context);
I_Method0(osg::GraphicsContext *, getGraphicsContext);
I_Method0(const osg::GraphicsContext *, getGraphicsContext);
I_Method2(void, draw, IN, osg::State &, state, IN, osgUtil::RenderLeaf *&, previous);
I_Property(osg::FrameBufferObject *, FrameBufferObject);
I_Property(osg::GraphicsContext *, GraphicsContext);
I_Property(osg::Image *, Image);
I_Property(GLenum, ImageReadPixelDataType);
I_Property(GLenum, ImageReadPixelFormat);