diff --git a/renderdoc/api/replay/renderdoc_tostr.inl b/renderdoc/api/replay/renderdoc_tostr.inl index 5bf51f0a0..ad040582e 100644 --- a/renderdoc/api/replay/renderdoc_tostr.inl +++ b/renderdoc/api/replay/renderdoc_tostr.inl @@ -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(); }