More robust GL extension loading by ThomasFOG · Pull Request #8927 · MonoGame/MonoGame

@ThomasFOG

SimonDarksideJ

sepcnt pushed a commit to sepcnt/MonoGame that referenced this pull request

Jul 26, 2025
We received a bug report from a studio that something fishy might be
going on with static initializers inside ```GL.LoadExtentions()```.

This PR makes this code less prone to static initializers issues (which
might hide the actual issue).