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

For consistency of replay to the application
This commit is contained in:
Jake Turner
2026-07-20 12:34:42 +01:00
parent 48bb4350bd
commit a5164bd9f2
@@ -1517,6 +1517,7 @@ bool WrappedVulkan::Serialise_vkQueueSubmit(SerialiserType &ser, VkQueue queue,
{
// account for the queue submit event
m_RootEventID++;
ObjDisp(queue)->QueueSubmit(Unwrap(queue), 0, NULL, VK_NULL_HANDLE);
}
}
else