mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This reduces the shader bootstrap count by 15. Instead of using the regular advanced blend filters for BlendFilters, start a render pass and use the framebuffer advanced blend. part of https://github.com/flutter/flutter/issues/143540