mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-07 03:48:14 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -2900,9 +2900,9 @@ extern "C" {
|
|||||||
* - "gpu"
|
* - "gpu"
|
||||||
* - "software"
|
* - "software"
|
||||||
*
|
*
|
||||||
* This hint accepts a comma-separated list of driver names, and each will
|
* This hint accepts a comma-separated list of driver names, and each will be
|
||||||
* be tried in the order listed when creating a renderer until one succeeds
|
* tried in the order listed when creating a renderer until one succeeds or
|
||||||
* or all of them fail.
|
* all of them fail.
|
||||||
*
|
*
|
||||||
* 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
|
||||||
* available on the current platform.
|
* available on the current platform.
|
||||||
@@ -3293,8 +3293,8 @@ extern "C" {
|
|||||||
* force a specific target, such as "x11" if, say, you are on Wayland but want
|
* force a specific target, such as "x11" if, say, you are on Wayland but want
|
||||||
* to try talking to the X server instead.
|
* to try talking to the X server instead.
|
||||||
*
|
*
|
||||||
* This hint accepts a comma-separated list of driver names, and each will
|
* This hint accepts a comma-separated list of driver names, and each will be
|
||||||
* be tried in the order listed during init, until one succeeds or all of them
|
* tried in the order listed during init, until one succeeds or all of them
|
||||||
* fail.
|
* fail.
|
||||||
*
|
*
|
||||||
* This hint should be set before SDL is initialized.
|
* This hint should be set before SDL is initialized.
|
||||||
|
Reference in New Issue
Block a user