From 3054dd166c8eb78d5c0646bb540614e5d6d10a8c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 29 Apr 2007 20:19:12 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osg/BufferObject.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/osgWrappers/osg/BufferObject.cpp b/src/osgWrappers/osg/BufferObject.cpp index f5be649b9..9d302d35f 100644 --- a/src/osgWrappers/osg/BufferObject.cpp +++ b/src/osgWrappers/osg/BufferObject.cpp @@ -279,6 +279,11 @@ BEGIN_OBJECT_REFLECTOR(osg::ElementsBufferObject) __C5_DrawElements_P1__getDrawElements__unsigned_int, "", ""); + I_Method1(const GLvoid *, getOffset, IN, unsigned int, i, + Properties::NON_VIRTUAL, + __C5_GLvoid_P1__getOffset__unsigned_int, + "", + ""); I_Method1(bool, needsCompile, IN, unsigned int, contextID, Properties::VIRTUAL, __bool__needsCompile__unsigned_int, @@ -426,6 +431,11 @@ BEGIN_OBJECT_REFLECTOR(osg::VertexBufferObject) __C5_Array_P1__getArray__unsigned_int, "", ""); + I_Method1(const GLvoid *, getOffset, IN, unsigned int, i, + Properties::NON_VIRTUAL, + __C5_GLvoid_P1__getOffset__unsigned_int, + "", + ""); I_Method1(bool, needsCompile, IN, unsigned int, contextID, Properties::VIRTUAL, __bool__needsCompile__unsigned_int,