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
...instead of an SDL hint (which will also check an environment variable, fwiw). @slouken, was this intentional, or can I change this to SDL_GetHintBoolean?
The text was updated successfully, but these errors were encountered:
It's specifically using the environment variable to match what's happening in SDL_GL_ExtensionSupported()
I'm fine with changing it if we also change how that function works, but I wasn't sure we wanted to do that. I don't think setting an SDL hint should automatically change what extensions are used...
We're checking an environment variable here...
https://github.com/libsdl-org/SDL/blob/main/src/render/opengl/SDL_render_gl.c#L1850
...instead of an SDL hint (which will also check an environment variable, fwiw). @slouken, was this intentional, or can I change this to SDL_GetHintBoolean?
The text was updated successfully, but these errors were encountered: