You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
cher-nov
changed the title
Set SDL_GL_ACCELERATED_VISUAL after OpenGL context was created
Set SDL_GL_ACCELERATED_VISUAL to the actual value after OpenGL context was created
Jan 16, 2025
So that it could be retrieved by calling
SDL_GL_GetAttribute()
to determine whether the newly created context is accelerated.There's also already a
FIXME
related to that:SDL/src/video/SDL_video.c
Lines 4850 to 4855 in 4b429b9
The text was updated successfully, but these errors were encountered: