mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Return mapped pointer when going through wrapped vkMapMemory on replay
This commit is contained in:
@@ -336,6 +336,10 @@ VkResult WrappedVulkan::vkMapMemory(
|
||||
m_CoherentMaps.push_back(memrecord);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
*ppData = realData;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user