Фиг знает какие были изменения

This commit is contained in:
2025-12-31 15:02:09 +06:00
parent 9cfae9c807
commit b1bc2c8e74
6 changed files with 804 additions and 78 deletions

View File

@@ -286,7 +286,7 @@ void Vulkan::run()
err = vkAcquireNextImageKHR(Graphics.Device, Graphics.Swapchain, 1000000000ULL/20, SemaphoreImageAcquired[semNext], (VkFence) 0, &Graphics.DrawBufferCurrent);
GlobalTime gTime = glfwGetTime();
if (err == VK_ERROR_OUT_OF_DATE_KHR)
if(err == VK_ERROR_OUT_OF_DATE_KHR)
{
if(Game.RSession)
Game.RSession->pushStage(EnumRenderStage::WorldUpdate);