View Single Post
Old 25 March 2024, 13:15   #131
Karlos
Alien Bleed
 
Karlos's Avatar
 
Join Date: Aug 2022
Location: UK
Posts: 4,357
This is really interesting.

If I had to guess....

Slow fullscreen mode for games, particularly those using MiniGL, might suffer from a potential context switch inducing loop where the screen buffer flip is attempted.

For regular windowed, there is maybe only a lock screen and blit call into the window, there's no looping.

For fullscreen windowed, perhaps the blit call above is faster due to some short circuit, e.g not having to worry about clipping against layers and so forth (pure speculation).
Karlos is offline  
 
Page generated in 0.04302 seconds with 11 queries