Renamed CompressedData:getNumMipmaps to CompressedData:getMipmapCount; Improved type-checking error messages for some functions which expect function arguments

This commit is contained in:
Alex Szpakowski
2013-05-02 17:26:50 -04:00
parent 77c6efd8fd
commit 3bf43dadd8
14 changed files with 43 additions and 44 deletions
+2 -2
View File
@@ -77,10 +77,10 @@ public:
virtual int getSize() const;
/**
* Gets the number of mipmaps in this CompressedData.
* Gets the number of mipmaps in this Compressed Image Data.
* Includes the base image level.
**/
int getNumMipmaps() const;
int getMipmapCount() const;
/**
* Gets the size in bytes of a sub-image at the specified mipmap level.