From 895ed7916ca0ffdd1fe899ed5cb3b02685ed7d36 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 17 May 2005 11:11:58 +0000 Subject: [PATCH] Updated wrappers. --- src/osgWrappers/osg/Texture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgWrappers/osg/Texture.cpp b/src/osgWrappers/osg/Texture.cpp index 39125fb1f..0965187d7 100644 --- a/src/osgWrappers/osg/Texture.cpp +++ b/src/osgWrappers/osg/Texture.cpp @@ -190,7 +190,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Texture::Extensions) I_Method1(void, setGetCompressedTexImageProc, IN, void *, ptr); I_Method3(void, glGetCompressedTexImage, IN, GLenum, target, IN, GLint, level, IN, GLvoid *, data); I_Method0(bool, isClientStorageSupported); - I_Method0(bool, isNonPowerOfTwoTextureSupported); + I_Method1(bool, isNonPowerOfTwoTextureSupported, IN, GLenum, filter); I_WriteOnlyProperty(void *, CompressedTexImage2DProc); I_WriteOnlyProperty(void *, CompressedTexSubImage2DProc); I_WriteOnlyProperty(bool, GenerateMipMapSupported);