Skip to content

Commit

Permalink
Allow immediate on Win32.
Browse files Browse the repository at this point in the history
  • Loading branch information
Themaister committed Jan 6, 2024
1 parent 9ecbdae commit ba042de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vulkan/wsi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ba042de

Please sign in to comment.