mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 08:26:50 +00:00
remove old flag
This commit is contained in:
@@ -2015,7 +2015,7 @@ string ToStrHelper<false, VkMemoryPropertyFlagBits>::Get(const VkMemoryPropertyF
|
||||
if(!ret.empty())
|
||||
ret = ret.substr(3);
|
||||
else
|
||||
ret = "VK_MEMORY_PROPERTY_DEVICE_ONLY";
|
||||
ret = "-";
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user