mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Mark function as not needing serialised
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user