You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the application is resized it doesn't behave ideally, and the current observable behaviour differs between Vulkan and OpenGL.
Vulkan
2025-01-13.01-34-16.mp4
When the window is resized vertically it does not recognise the resolution change. If the window is made smaller then the drawn pixels shift down and the bottom pixels are not drawn on screen anymore.
When the window's resolution is cut in half horizontally then Vulkan just crashes.
The window resizing is not recognised here either but it doesn't crash. When the window is made smaller it doesn't shift where it draws making it seem like all other windows are drawn on top of it
2025-01-13.01-35-13.mp4
I tested this on X11 with a patched dwm as a Window Manager. Same behaviour on Debian and Arch.
I don't know if these are related to X11, Wayland or every operating system which allows resizing the window size of fullscreen applications without making it not fullscreen but windowed.
I also attempted r_fullscreen 0 and then resizing the window but it doesn't want to change its size at all.
When the application is resized it doesn't behave ideally, and the current observable behaviour differs between Vulkan and OpenGL.
Vulkan
2025-01-13.01-34-16.mp4
When the window is resized vertically it does not recognise the resolution change. If the window is made smaller then the drawn pixels shift down and the bottom pixels are not drawn on screen anymore.
When the window's resolution is cut in half horizontally then Vulkan just crashes.
Crash log
OpenGL
The window resizing is not recognised here either but it doesn't crash. When the window is made smaller it doesn't shift where it draws making it seem like all other windows are drawn on top of it
2025-01-13.01-35-13.mp4
I tested this on X11 with a patched dwm as a Window Manager. Same behaviour on Debian and Arch.
I don't know if these are related to X11, Wayland or every operating system which allows resizing the window size of fullscreen applications without making it not fullscreen but windowed.
I also attempted
r_fullscreen 0and then resizing the window but it doesn't want to change its size at all.