Updated wrappers
This commit is contained in:
@@ -47,9 +47,10 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::Texture2D)
|
||||
I_Method0(unsigned int, getNumImages);
|
||||
I_Method2(void, setTextureSize, IN, int, width, IN, int, height);
|
||||
I_Method1(void, setTextureWidth, IN, int, width);
|
||||
I_Method0(int, getTextureWidth);
|
||||
I_Method1(void, setTextureHeight, IN, int, height);
|
||||
I_Method0(int, getTextureWidth);
|
||||
I_Method0(int, getTextureHeight);
|
||||
I_Method0(int, getTextureDepth);
|
||||
I_Method1(void, setSubloadCallback, IN, osg::Texture2D::SubloadCallback *, cb);
|
||||
I_Method0(osg::Texture2D::SubloadCallback *, getSubloadCallback);
|
||||
I_Method0(const osg::Texture2D::SubloadCallback *, getSubloadCallback);
|
||||
@@ -61,6 +62,7 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::Texture2D)
|
||||
I_Property(osg::Image *, Image);
|
||||
I_WriteOnlyProperty(unsigned int, NumMipmapLevels);
|
||||
I_Property(osg::Texture2D::SubloadCallback *, SubloadCallback);
|
||||
I_ReadOnlyProperty(int, TextureDepth);
|
||||
I_Property(int, TextureHeight);
|
||||
I_ReadOnlyProperty(GLenum, TextureTarget);
|
||||
I_Property(int, TextureWidth);
|
||||
|
||||
Reference in New Issue
Block a user