mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Add ToStr case for raw filetype
This commit is contained in:
@@ -117,6 +117,7 @@ std::string DoStringise(const FileType &el)
|
||||
STRINGISE_ENUM_CLASS(TGA);
|
||||
STRINGISE_ENUM_CLASS(HDR);
|
||||
STRINGISE_ENUM_CLASS(EXR);
|
||||
STRINGISE_ENUM_CLASS(Raw);
|
||||
}
|
||||
END_ENUM_STRINGISE();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user