mirror of
https://github.com/flutter/flutter.git
synced 2026-02-05 11:19:18 +08:00
OpenGL does not allow cross-context sharing of container objects (such as framebuffers) that hold references to other objects. ReactorGLES must ensure that framebuffers are deleted using the thread and context where the object was created. Fixes https://github.com/flutter/flutter/issues/178276