mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
7b968ff95f
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