mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 09:27:39 +00:00
Prefer Vulkan even on Windows (#10912)
This commit is contained in:
parent
980b4ff6db
commit
89c6bc5f50
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue