mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-04 19:07:40 +00:00
Changed GPU driver names to match renderer driver names
Fixes https://github.com/libsdl-org/SDL/issues/10650
This commit is contained in:
parent
92d1689eb4
commit
b17ca32d8c
4 changed files with 4 additions and 4 deletions
|
@ -8185,7 +8185,7 @@ static SDL_GPUDevice *D3D12_CreateDevice(bool debugMode, bool preferLowPower, SD
|
|||
}
|
||||
|
||||
SDL_GPUBootstrap D3D12Driver = {
|
||||
"D3D12",
|
||||
"direct3d12",
|
||||
SDL_GPU_DRIVER_D3D12,
|
||||
SDL_GPU_SHADERFORMAT_DXIL,
|
||||
D3D12_PrepareDriver,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue