diff --git a/implementations/Crafter.Graphics-Window.cpp b/implementations/Crafter.Graphics-Window.cpp index 7020a86..a57569d 100644 --- a/implementations/Crafter.Graphics-Window.cpp +++ b/implementations/Crafter.Graphics-Window.cpp @@ -724,6 +724,7 @@ void Window::Render() { } else { Device::CheckVkResult(result); } + Device::CheckVkResult(vkQueueWaitIdle(Device::queue)); #endif }