*** empty log message ***
This commit is contained in:
@@ -155,6 +155,9 @@ class SG_EXPORT Image : public Object
|
||||
/** return the numbers of bytes the whole row/image/volume of pixels occupies.*/
|
||||
inline unsigned int getTotalSizeInBytes() const { return getImageSizeInBytes()*_r; }
|
||||
|
||||
/** return the numbers of bytes the whole row/image/volume of pixels occupies, including all mip maps if included.*/
|
||||
unsigned int getTotalSizeInBytesIncludingMipmaps() const;
|
||||
|
||||
/** raw image data.*/
|
||||
inline unsigned char *data() { return _data; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user