ObjWriting: Implement writing textures as DDS files

This commit is contained in:
Jan
2020-02-22 01:34:27 +01:00
parent 000022afe9
commit 5ef1e585c6
7 changed files with 536 additions and 23 deletions

View File

@ -8,5 +8,5 @@ public:
bool SupportsImageFormat(const ImageFormat * imageFormat) override;
std::string GetFileExtension() override;
void DumpImage(FileAPI::IFile * file, Texture * texture) override;
void DumpImage(FileAPI::IFile* file, Texture* texture) override;
};