Return mapped pointer when going through wrapped vkMapMemory on replay

This commit is contained in:
baldurk
2016-02-07 18:47:17 +01:00
parent 4d8013ff09
commit 2ce192ef3c
@@ -336,6 +336,10 @@ VkResult WrappedVulkan::vkMapMemory(
m_CoherentMaps.push_back(memrecord);
}
}
else
{
*ppData = realData;
}
}
else
{