mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
For devices that don't support memoryless textures, the fullscreen MSAA texture adds a substantial amount of memory thrashing when it is allocated and deallocated. For these devices, lets cache the MSAA texture in the swapchain image. https://github.com/flutter/flutter/issues/129737