SDL_Vulkan_GetInstanceExtensions() is returning VK_KHR_xlib_surface instead of VK_KHR_wayland_surface. I have checked both the WAYLAND_DISPLAY and XDG_SESSION_TYPE environment variables and they return “wayland-0” and “wayland” respectively. Is there a way to tell SDL to prefer wayland over xlib? Thanks for any help!