mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Existing shader archive ctors have been made private. Instead a factory is used to check to see if the blob is a single or multi-archive and do the right thing. This allows us to keep the existing code the same. But, when multi-archives are encountered, the right shaders libraries will be picked. Creating multi-archives will be done in ImpellerC in an upcoming patch. Towards https://github.com/flutter/flutter/issues/123741