mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-31 05:56:24 +08:00
Prefer Vulkan even on Windows (#10912)
This commit is contained in:
+3
-3
@@ -155,12 +155,12 @@ static const SDL_GPUBootstrap *backends[] = {
|
|||||||
#ifdef SDL_GPU_METAL
|
#ifdef SDL_GPU_METAL
|
||||||
&MetalDriver,
|
&MetalDriver,
|
||||||
#endif
|
#endif
|
||||||
#ifdef SDL_GPU_D3D12
|
|
||||||
&D3D12Driver,
|
|
||||||
#endif
|
|
||||||
#ifdef SDL_GPU_VULKAN
|
#ifdef SDL_GPU_VULKAN
|
||||||
&VulkanDriver,
|
&VulkanDriver,
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef SDL_GPU_D3D12
|
||||||
|
&D3D12Driver,
|
||||||
|
#endif
|
||||||
#ifdef SDL_GPU_D3D11
|
#ifdef SDL_GPU_D3D11
|
||||||
&D3D11Driver,
|
&D3D11Driver,
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user