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:
@ -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() {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user