We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4468 - Vulkan Wayland fullscreen not working
Summary: Vulkan Wayland fullscreen not working
Status: ASSIGNED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 2.1
Hardware: x86_64 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-23 10:09 UTC by pilzschaf
Modified: 2019-06-12 15:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pilzschaf 2019-01-23 10:09:44 UTC
With OpenGL switching to fullscreen mode works flawlessly on Wayland. But when using Vulkan and Wayland SDL_WINDOW_FULLSCREEN and SDL_WINDOW_FULLSCREEN_DESKTOP do nothing. I also tested around a bit for myself and created a wl_shell_surface for my wl_surface in Vulkan and called wl_shell_surface_set_fullscreen on it with no luck. Is this some kind of limitation of Vulkan and Wayland or is it just SDL not having implemented it as of now?
I am using plasma-wayalnd-session and kwin and have intel integrated graphics.