Commit 0ad4956c069459afb66601ea2a0446b654dae0ea

Ryan C. Gordon 2021-09-23T00:00:46

egl: explicitly call eglBindAPI during SDL_GL_MakeCurrent. The EGL API binding must be specified per-thread, per the docs. Fixes #1820.