mirror of
https://github.com/love2d/love.git
synced 2026-08-18 19:54:22 +02:00
Cosmetic code improvements
--HG-- branch : image-CompressedData
This commit is contained in:
@@ -55,15 +55,14 @@ public:
|
||||
/**
|
||||
* Parses Compressed image data into a list of sub-images.
|
||||
* @param[in] data The data to parse.
|
||||
* @param[out] images The list of sub-images (including byte data for each)
|
||||
* outputted by the parser.
|
||||
* @param[out] images The list of sub-images (including byte data for each),
|
||||
* created by the parser.
|
||||
* @return The type of CompressedData.
|
||||
**/
|
||||
static CompressedData::TextureType parse(filesystem::FileData *data, std::vector<CompressedData::SubImage> &images);
|
||||
|
||||
private:
|
||||
|
||||
static bool accepts(const std::string &ext);
|
||||
static CompressedData::TextureType convertFormat(dds::Format ddsformat);
|
||||
|
||||
}; // ddsHandler
|
||||
|
||||
Reference in New Issue
Block a user