Updated wrappers

This commit is contained in:
Robert Osfield
2008-12-01 13:47:48 +00:00
parent f2c1a3ea8a
commit d6845c4c7d
2 changed files with 97 additions and 1 deletions

View File

@@ -350,6 +350,11 @@ BEGIN_OBJECT_REFLECTOR(osg::Image)
__C5_unsigned_char_P1__getMipmapData__unsigned_int,
"",
"");
I_Method0(void, buildMipmaps,
Properties::NON_VIRTUAL,
__void__buildMipmaps,
"Build all mipmap levels and change the image type to \\"contain mipmaps\\". ",
"");
I_Method0(bool, isImageTranslucent,
Properties::NON_VIRTUAL,
__bool__isImageTranslucent,
@@ -398,6 +403,10 @@ BEGIN_OBJECT_REFLECTOR(osg::Image)
__GLenum__computePixelFormat__GLenum_S,
"",
"");
I_StaticMethod1(GLenum, computeFormatDataType, IN, GLenum, pixelFormat,
__GLenum__computeFormatDataType__GLenum_S,
"",
"");
I_StaticMethod1(unsigned int, computeNumComponents, IN, GLenum, pixelFormat,
__unsigned_int__computeNumComponents__GLenum_S,
"",