mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 15:39:10 +00:00
GPU: Remove D3D11 backend and allow D3D12 to ingest DXBC (#11456)
This commit is contained in:
parent
fc12cc6dfd
commit
119b4fa5f5
13 changed files with 6 additions and 8305 deletions
|
@ -166,9 +166,6 @@ static const SDL_GPUBootstrap *backends[] = {
|
|||
#endif
|
||||
#ifdef SDL_GPU_D3D12
|
||||
&D3D12Driver,
|
||||
#endif
|
||||
#ifdef SDL_GPU_D3D11
|
||||
&D3D11Driver,
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue