Changed GPU driver names to match renderer driver names

Fixes https://github.com/libsdl-org/SDL/issues/10650
This commit is contained in:
Sam Lantinga 2024-08-31 10:06:27 -07:00
parent 92d1689eb4
commit b17ca32d8c
4 changed files with 4 additions and 4 deletions

View file

@ -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,