It suddenly works again?

This commit is contained in:
Dynamitos
2023-12-14 09:04:23 +01:00
parent 88004ce70f
commit 462999858f
10 changed files with 45 additions and 43 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ void Queue::submitCommandBuffer(PCommand command, const Array<VkSemaphore>& sign
if (Gfx::waitIdleOnSubmit)
{
command->fence->wait(200 * 1000ull);
command->fence->wait(1000 * 1000ull);
}
command->checkFence();