Mark function as not needing serialised

This commit is contained in:
baldurk
2015-11-06 20:25:08 +01:00
parent a0c5552f55
commit efc0aa5a08
@@ -522,7 +522,8 @@ VkResult WrappedVulkan::vkInvalidateMappedMemoryRanges(
uint32_t memRangeCount,
const VkMappedMemoryRange* pMemRanges)
{
// VKTODOHIGH stub function
// don't need to serialise this, readback from mapped memory is not captured
// and is only relevant for the application.
return ObjDisp(device)->InvalidateMappedMemoryRanges(Unwrap(device), memRangeCount, pMemRanges);
}