SDL_video.h: Add a '\sa' for SDL_GLContext to SDL_GL_CreateContext.

This commit is contained in:
Ryan C. Gordon
2024-05-09 13:37:53 -04:00
parent 7d0ea2a881
commit ed0eb7ee06

View File

@@ -215,6 +215,8 @@ typedef enum SDL_FlashOperation
/**
* An opaque handle to an OpenGL context.
*
* \sa SDL_GL_CreateContext
*/
typedef void *SDL_GLContext;