libsdl-org / SDL

Simple Directmedia Layer
https://libsdl.org
zlib License
9.89k stars 1.83k forks source link

Names of gpu backends don't match those of the 2d renderer backend #10650

Closed madebr closed 2 months ago

madebr commented 2 months ago

The SDL_Render backend has "direct3d", "direct3d11" and "direct3d12". The SDL_Gpu backend has "d3d11" and "d3d12".

I propose to rename the gpu backend names.

slouken commented 2 months ago

I agree they should match, and it makes sense to use the names that people are already familiar with in the 2D renderer. @thatcosmonaut, are you fine with that?

thatcosmonaut commented 2 months ago

Fine by me.

slouken commented 2 months ago

Done!