mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Because these shaders must first acquire the prototype shader, it causes ContentContext creation to block. We can re-explore dealing with PSO generation in a different manner that isn't on the startup fast path. https://github.com/flutter/flutter/issues/143540