mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-07-19 05:14:14 +00:00
4d6196c3d3
Using a mix of GLX and EGL can cause interoperability issues when our EGLRenderer tries to bind an EGL context while Qt already has a GLX context bound on the same thread. This was the source of a number of confusing EGLRenderer failures over the years.