Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Detach the newly created EGL context from the main thread in the embe…
…dder unit tests (flutter#24908) 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.
- Loading branch information