Return mapped pointer when going through wrapped vkMapMemory on replay

This commit is contained in:
baldurk
2015-11-27 01:41:44 +01:00
parent 4d8013ff09
commit 2ce192ef3c
@@ -336,6 +336,10 @@ VkResult WrappedVulkan::vkMapMemory(
m_CoherentMaps.push_back(memrecord);
}
}
else
{
*ppData = realData;
}
}
else
{