mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-24 15:36:33 +00:00
Multiple maps don't happen
This commit is contained in:
@@ -1457,7 +1457,6 @@ VkResult WrappedVulkan::vkMapMemory(
|
||||
}
|
||||
else
|
||||
{
|
||||
// VKTODOHIGH handle multiple maps
|
||||
it->second.mappedPtr = *ppData;
|
||||
it->second.mapOffset = offset;
|
||||
it->second.mapSize = size == 0 ? it->second.size : size;
|
||||
|
||||
Reference in New Issue
Block a user