mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The EGL context will be used by other threads during test execution, and it should not be active on multiple threads at the same time. This was not noticed previously because SwiftShader was not checking for this, but other EGL implementations may enforce this constraint.