mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fixes https://github.com/flutter/flutter/issues/130514 The context wasn't current so we couldn't get the GL version. The extension lookup was throwing an invalid enum error, the desktop opengl docs say to use a different method.