Updated wrappers.
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
// ***************************************************************************
|
||||
//
|
||||
// Generated automatically by genwrapper.
|
||||
// Please DO NOT EDIT this file!
|
||||
//
|
||||
// ***************************************************************************
|
||||
|
||||
#include <osgIntrospection/ReflectionMacros>
|
||||
#include <osgIntrospection/TypedMethodInfo>
|
||||
#include <osgIntrospection/Attributes>
|
||||
|
||||
#include <osg/GraphicsContext>
|
||||
#include <osgProducer/GraphicsContextImplementation>
|
||||
|
||||
// Must undefine IN and OUT macros defined in Windows headers
|
||||
#ifdef IN
|
||||
#undef IN
|
||||
#endif
|
||||
#ifdef OUT
|
||||
#undef OUT
|
||||
#endif
|
||||
|
||||
BEGIN_OBJECT_REFLECTOR(osgProducer::GraphicsContextImplementation)
|
||||
I_BaseType(osg::GraphicsContext);
|
||||
I_Constructor1(IN, osg::GraphicsContext::Traits *, traits);
|
||||
I_Constructor1(IN, Producer::RenderSurface *, rs);
|
||||
I_Method0(bool, isRealized);
|
||||
I_Method0(Producer::RenderSurface *, getRenderSurface);
|
||||
I_Method0(const Producer::RenderSurface *, getRenderSurface);
|
||||
I_Method0(void, release);
|
||||
I_Method0(void, makeCurrent);
|
||||
I_Method1(void, makeContextCurrent, IN, osg::GraphicsContext *, readContext);
|
||||
I_Method1(void, bindPBufferToTexture, IN, GLenum, buffer);
|
||||
I_Method0(void, swapBuffers);
|
||||
I_ReadOnlyProperty(Producer::RenderSurface *, RenderSurface);
|
||||
END_REFLECTOR
|
||||
|
||||
Reference in New Issue
Block a user