We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380b6a4 commit 2606b08Copy full SHA for 2606b08
include/SDL3/SDL_video.h
@@ -545,7 +545,8 @@ extern SDL_DECLSPEC int SDLCALL SDL_GetNumVideoDrivers(void);
545
* to be proper names.
546
*
547
* \param index the index of a video driver.
548
- * \returns the name of the video driver with the given **index**.
+ * \returns the name of the video driver with the given **index**, or NULL if
549
+ * index is out of bounds.
550
551
* \threadsafety This function should only be called on the main thread.
552
0 commit comments