From ba042debb9ec31663818425dd6a97159b022265b Mon Sep 17 00:00:00 2001 From: Hans-Kristian Arntzen Date: Sat, 6 Jan 2024 13:24:01 +0100 Subject: [PATCH] Allow immediate on Win32. --- vulkan/wsi.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/vulkan/wsi.cpp b/vulkan/wsi.cpp index 486c4d14..ded946ea 100644 --- a/vulkan/wsi.cpp +++ b/vulkan/wsi.cpp @@ -1092,8 +1092,6 @@ static bool init_surface_info(Device &device, WSIPlatform &platform, // we need to ban certain types of present modes which apparently do not work as we expect. if (info.exclusive_info.fullScreenExclusive == VK_FULL_SCREEN_EXCLUSIVE_APPLICATION_CONTROLLED_EXT) allow_mailbox = false; - else - allow_immediate = false; #endif for (auto &mode : present_modes)