This commit is contained in:
parent
052db45922
commit
b04b627e17
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ Swapchain::~Swapchain()
|
||||||
m_device->wait_idle();
|
m_device->wait_idle();
|
||||||
|
|
||||||
std::this_thread::sleep_for(std::chrono::seconds { 10 });
|
std::this_thread::sleep_for(std::chrono::seconds { 10 });
|
||||||
|
std::cout << "EEP" << std::endl;
|
||||||
}
|
}
|
||||||
catch (const std::exception &exp)
|
catch (const std::exception &exp)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue