Renamed Gpu to GPU

This commit is contained in:
Sam Lantinga 2024-08-29 16:08:10 -07:00
parent 717f4f6fb4
commit d70578b9aa
24 changed files with 2469 additions and 2469 deletions

View file

@ -1014,7 +1014,7 @@ extern "C" {
* force a specific target, such as "d3d11" if, say, your hardware supports
* D3D12 but want to try using D3D11 instead.
*
* This hint should be set before SDL_GpuSelectBackend() is called.
* This hint should be set before SDL_GPUSelectBackend() is called.
*
* \since This hint is available since SDL 3.0.0.
*/