Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot
2026-05-15 00:43:30 +00:00
parent 8787895575
commit ff98125cbd
+2 -2
View File
@@ -453,8 +453,8 @@ typedef SDL_EGLint *(SDLCALL *SDL_EGLIntArrayCallback)(void *userdata, SDL_EGLDi
/**
* An enumeration of OpenGL configuration attributes.
*
* While you can set most OpenGL attributes normally, they must be known before
* SDL creates the window that will be used with the OpenGL context.
* While you can set most OpenGL attributes normally, they must be known
* before SDL creates the window that will be used with the OpenGL context.
* These attributes are set and read with SDL_GL_SetAttribute() and
* SDL_GL_GetAttribute().
*