Skip to content

vulkan: explicitly disallow full screen exclusive mode

Kacper Michajłow requested to merge kasper93/libplacebo:fs_exclusive into master

This change is to workaround AMD driver on Windows, which even though VK_EXT_full_screen_exclusive is not enabled still tries to enter exclusive mode.

Fixes: https://github.com/mpv-player/mpv/issues/8008 Signed-off-by: Kacper Michajłow kasper93@gmail.com

Merge request reports