mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Handle VK_WHOLE_SIZE in memory flush of mapped tiled memory
This commit is contained in:
@@ -1059,7 +1059,7 @@ bool WrappedVulkan::Serialise_vkFlushMappedMemoryRanges(SerialiserType &ser, VkD
|
||||
"Taking slow path to mask tiled memory writes");
|
||||
}
|
||||
directStream = false;
|
||||
m_MaskedMapData.resize((size_t)MemRange.size);
|
||||
m_MaskedMapData.resize((size_t)m_CreationInfo.m_Memory[GetResID(MemRange.memory)].allocSize);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user