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
Fix rendering corruption by Flutter and GDK sharing the same OpenGL context (flutter#53103)
Fix rendering corruption by Flutter and GDK sharing the same OpenGL
context
Solved by having three contexts - one for GDK and two for Flutter.
Regression introduced in flutter#50754Fixesflutter/flutter#148653
0 commit comments