mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-24 15:36:33 +00:00
Stringise VkFlagWithNoBits as 0 instead of empty string
This commit is contained in:
@@ -199,7 +199,7 @@ std::string DoStringise(const VkFlagWithNoBits &el)
|
||||
{
|
||||
if(el != 0)
|
||||
return StringFormat::Fmt("Invalid bits set: %x", el);
|
||||
return "";
|
||||
return "0";
|
||||
}
|
||||
|
||||
template <>
|
||||
|
||||
Reference in New Issue
Block a user