From 57789dc9adffe85512cdefd2cc82e2637b8d7139 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Mon, 13 Oct 2025 05:35:01 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_video.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/SDL3/SDL_video.h b/include/SDL3/SDL_video.h index 3adebc29a1..f665c9a8c6 100644 --- a/include/SDL3/SDL_video.h +++ b/include/SDL3/SDL_video.h @@ -350,6 +350,9 @@ typedef enum SDL_ProgressState * \since This datatype is available since SDL 3.2.0. * * \sa SDL_GL_CreateContext + * \sa SDL_GL_SetAttribute + * \sa SDL_GL_MakeCurrent + * \sa SDL_GL_DestroyContext */ typedef struct SDL_GLContextState *SDL_GLContext;