mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The framebuffer blend pipeline needs to support a dst_input_alpha parameter in order to implement the AbsorbOpacity flag. Also, dst_input_alpha should only be applied to the alpha channel of the unpremultiplied destination color. Fixes https://github.com/flutter/flutter/issues/157716