Skip to content

Commit

Permalink
added "gpu" to the list of possible values of SDL_HINT_RENDER_DRIVER …
Browse files Browse the repository at this point in the history
…in SDL_hints.h
  • Loading branch information
superzazu authored and slouken committed Dec 3, 2024
1 parent 9fb8661 commit b7a31ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/SDL3/SDL_hints.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7a31ea

Please sign in to comment.