added "gpu" to the list of possible values of SDL_HINT_RENDER_DRIVER in SDL_hints.h

This commit is contained in:
Nicolas Allemand 2024-12-03 17:59:56 +01:00 committed by Sam Lantinga
parent 9fb8661684
commit b7a31ead08

View file

@ -2862,6 +2862,7 @@ extern "C" {
* - "opengles"
* - "metal"
* - "vulkan"
* - "gpu"
* - "software"
*
* The default varies by platform, but it's the first one in the list that is