SDL_video.h: Added a `\sa` from SDL_GLContext to SDL_GL_CreateContext.

This commit is contained in:
Ryan C. Gordon 2024-05-09 13:51:26 -04:00
parent 87374af0a5
commit 9245084c06
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 2 additions and 0 deletions

View File

@ -197,6 +197,8 @@ typedef enum SDL_FlashOperation
* An opaque handle to an OpenGL context.
*
* \since This datatype is available since SDL 3.0.0.
*
* \sa SDL_GL_CreateContext
*/
typedef void *SDL_GLContext;