mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
By default, the CAMetalLayer backing store is a framebuffer attachment that is only optimized for display. However, effects such as backdrop filters require renderbuffer readback. Making this calls will result in exceptions. Disable the write only optimization on such backing store. Fixes https://github.com/flutter/flutter/issues/43555