Updated wrappers.

This commit is contained in:
Robert Osfield
2005-05-17 11:11:58 +00:00
parent 2e4b266c39
commit 895ed7916c

View File

@@ -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);