vulkan: explicitly disallow full screen exclusive mode
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