mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Images/[Compressed]ImageData can be created using any Data, instead of just files or FileData.
--HG-- branch : minor
This commit is contained in:
@@ -46,9 +46,9 @@ public:
|
||||
virtual ~DDSHandler() {}
|
||||
|
||||
// Implements CompressedFormatHandler.
|
||||
bool canParse(const filesystem::FileData *data) override;
|
||||
bool canParse(const Data *data) override;
|
||||
|
||||
StrongRef<CompressedMemory> parse(filesystem::FileData *filedata,
|
||||
StrongRef<CompressedMemory> parse(Data *filedata,
|
||||
std::vector<StrongRef<CompressedSlice>> &images,
|
||||
PixelFormat &format, bool &sRGB) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user