mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fixes https://github.com/flutter/flutter/issues/128604 THe problem was that we were selecting kB8G8R8A8UNormInt for the offscreen and kR8G8B8A8UNormInt for the onscreen, so the blit was swapping the color channels.