This commit is contained in:
Ali 2024-11-11 22:13:54 +08:00 committed by GitHub
commit 6270e9301e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -260,9 +260,6 @@ bool VKGfx::BindBackbuffer(const ClearColor& clear_color)
if (res != VK_SUCCESS)
{
// Execute cmdbuffer before resizing, as the last frame could still be presenting.
ExecuteCommandBuffer(false, true);
// Was this a lost exclusive fullscreen?
if (res == VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT)
{