diff --git a/include/SDL3/SDL_video.h b/include/SDL3/SDL_video.h index a5138c50a0..1b87a7b90e 100644 --- a/include/SDL3/SDL_video.h +++ b/include/SDL3/SDL_video.h @@ -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;