Add DDS image load and save functionality

Save and load DDS from Image class.

Co-authored-by: BlueCube3310 <53150244+BlueCube3310@users.noreply.github.com>
This commit is contained in:
K. S. Ernest (iFire) Lee
2025-01-24 00:09:08 -08:00
parent b377562b52
commit 69b281295c
10 changed files with 1274 additions and 424 deletions

View File

@ -39,5 +39,6 @@ public:
virtual bool handles_type(const String &p_type) const override;
virtual String get_resource_type(const String &p_path) const override;
ResourceFormatDDS();
virtual ~ResourceFormatDDS() {}
};