Add the empty VkQueueSubmit2() during replay when submitCount is zero

This commit is contained in:
Jake Turner
2026-07-20 18:16:51 +01:00
parent da2ebcbead
commit 4e8e179d32
@@ -1721,6 +1721,7 @@ bool WrappedVulkan::Serialise_vkQueueSubmit2(SerialiserType &ser, VkQueue queue,
{
// account for the queue submit event
m_RootEventID++;
ObjDisp(queue)->QueueSubmit2(Unwrap(queue), 0, NULL, VK_NULL_HANDLE);
}
}
else