mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 08:40:55 +00:00
Improve message for flushing unmapped memory
This commit is contained in:
@@ -794,7 +794,7 @@ VkResult WrappedVulkan::vkFlushMappedMemoryRanges(VkDevice device, uint32_t memR
|
||||
|
||||
if(state->mappedPtr == NULL)
|
||||
{
|
||||
RDCERR("Flushing memory that isn't currently mapped");
|
||||
RDCERR("Flushing memory %s that isn't currently mapped", ToStr(memid).c_str());
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user