mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-17 03:28:57 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
0e2e605593
commit
f860d9d592
1 changed files with 3 additions and 1 deletions
|
|
@ -2459,7 +2459,9 @@ extern SDL_DECLSPEC int SDLCALL SDL_GetNumGPUDrivers(void);
|
|||
* meant to be proper names.
|
||||
*
|
||||
* \param index the index of a GPU driver.
|
||||
* \returns the name of the GPU driver with the given **index**.
|
||||
* \returns the name of the GPU driver with the given **index** or NULL when
|
||||
* the index is out of bounds; call SDL_GetError() for more
|
||||
* information.
|
||||
*
|
||||
* \since This function is available since SDL 3.2.0.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue