wip
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
light7734 2025-10-09 14:49:01 +03:30
parent 6b0a57e524
commit 052db45922
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -93,6 +93,8 @@ Swapchain::~Swapchain()
std::this_thread::sleep_for(std::chrono::seconds { 10 }); std::this_thread::sleep_for(std::chrono::seconds { 10 });
m_device->destroy_swapchain(m_swapchain); m_device->destroy_swapchain(m_swapchain);
m_device->wait_idle(); m_device->wait_idle();
std::this_thread::sleep_for(std::chrono::seconds { 10 });
} }
catch (const std::exception &exp) catch (const std::exception &exp)
{ {