mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 23:49:12 +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
|
||||
&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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue