Prefer Vulkan even on Windows (#10912)

This commit is contained in:
Evan Hemsley 2024-09-20 13:42:15 -07:00 committed by GitHub
parent 980b4ff6db
commit 89c6bc5f50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -155,12 +155,12 @@ static const SDL_GPUBootstrap *backends[] = {
#ifdef SDL_GPU_METAL
&MetalDriver,
#endif
#ifdef SDL_GPU_D3D12
&D3D12Driver,
#endif
#ifdef SDL_GPU_VULKAN
&VulkanDriver,
#endif
#ifdef SDL_GPU_D3D12
&D3D12Driver,
#endif
#ifdef SDL_GPU_D3D11
&D3D11Driver,
#endif