added "gpu" to the list of possible values of SDL_HINT_RENDER_DRIVER in SDL_hints.h
This commit is contained in:
parent
9fb8661684
commit
b7a31ead08
1 changed files with 1 additions and 0 deletions
|
@ -2862,6 +2862,7 @@ extern "C" {
|
||||||
* - "opengles"
|
* - "opengles"
|
||||||
* - "metal"
|
* - "metal"
|
||||||
* - "vulkan"
|
* - "vulkan"
|
||||||
|
* - "gpu"
|
||||||
* - "software"
|
* - "software"
|
||||||
*
|
*
|
||||||
* The default varies by platform, but it's the first one in the list that is
|
* The default varies by platform, but it's the first one in the list that is
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue