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
Basically the problem is that they are trying to load a GL library without creating a window, which like everything else OpenGL, is subject to the weird quirks of the platform.
We can investigate whether the backend's requirement that a window exist first is reasonable in the first place, but that's probably going to wait until we merge the atomic version in SDL3.