Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Exclusive fullscreen setting/mode and use borderless as the default fullscreen mode #65

Open
vilbeyli opened this issue Jul 19, 2020 · 0 comments
Labels

Comments

@vilbeyli
Copy link
Owner

vilbeyli commented Jul 19, 2020

Reasonsing

  • When Exclusive fullscreen changes the resolution, the display mode is changed
  • Alt+Tab transitions are slow
  • Application exit is slow due to SetFullscreen() call
  • There's no added benefit in supporting exclusive fullscreen
  • The only time the user will have to do extra work is when the monitor has different refresh rate support for different resolutions.
    • Example
      • 2160p@60FPS
      • 1440p@144FPS
    • The user would have to change the display settings themselves before launching the app

Also : https://devblogs.microsoft.com/directx/demystifying-full-screen-optimizations/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant