mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Renamed CompressedData:getNumMipmaps to CompressedData:getMipmapCount; Improved type-checking error messages for some functions which expect function arguments
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user