From 73e4e5532824da6224f38e1ed09c6fd2ae4507d2 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 29 Oct 2008 10:38:55 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osg/Texture2DArray.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osgWrappers/osg/Texture2DArray.cpp b/src/osgWrappers/osg/Texture2DArray.cpp index fa48afb7a..f8625cd07 100644 --- a/src/osgWrappers/osg/Texture2DArray.cpp +++ b/src/osgWrappers/osg/Texture2DArray.cpp @@ -196,10 +196,10 @@ BEGIN_OBJECT_REFLECTOR(osg::Texture2DArray) __void__allocateMipmap__State_R1, "Allocate mipmap levels of the texture by subsequent calling of glTexImage* function. ", ""); - I_ProtectedMethod7(void, applyTexImage2DArray_subload, IN, osg::State &, state, IN, osg::Image *, image, IN, GLsizei, inwidth, IN, GLsizei, inheight, IN, GLsizei, indepth, IN, GLenum, inInternalFormat, IN, GLsizei &, numMipmapLevels, + I_ProtectedMethod7(void, applyTexImage2DArray_subload, IN, osg::State &, state, IN, osg::Image *, image, IN, GLsizei, inwidth, IN, GLsizei, inheight, IN, GLsizei, indepth, IN, GLint, inInternalFormat, IN, GLsizei &, numMipmapLevels, Properties::NON_VIRTUAL, Properties::CONST, - __void__applyTexImage2DArray_subload__State_R1__Image_P1__GLsizei__GLsizei__GLsizei__GLenum__GLsizei_R1, + __void__applyTexImage2DArray_subload__State_R1__Image_P1__GLsizei__GLsizei__GLsizei__GLint__GLsizei_R1, "", ""); I_ArrayProperty(osg::Image *, Image,