Fixed wrappers
This commit is contained in:
@@ -302,7 +302,7 @@ class OSG_EXPORT Image : public Object
|
||||
return getMipmapData(mipmapLevel) + (column*getPixelSizeInBits())/8+row*getRowSizeInBytes();
|
||||
}*/
|
||||
|
||||
/** Build all mipmap levels and change the image type to \"contain mipmaps\" **/
|
||||
/** Build all mipmap levels and change the image type to contain mipmaps **/
|
||||
void buildMipmaps();
|
||||
|
||||
/** Return true if this image is translucent - i.e. it has alpha values that are less 1.0 (when normalized). */
|
||||
|
||||
Reference in New Issue
Block a user