mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 22:25:55 +00:00
Add missing stringise case for MemoryScope
This commit is contained in:
@@ -208,6 +208,7 @@ std::string DoStringise(const MemoryScope &el)
|
||||
BEGIN_ENUM_STRINGISE(MemoryScope);
|
||||
{
|
||||
STRINGISE_ENUM_CLASS(InitialContents);
|
||||
STRINGISE_ENUM_CLASS(IndirectReadback);
|
||||
}
|
||||
END_ENUM_STRINGISE()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user