mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
All render targets created by flutter have a single color attachment. Lets specialize that case in impeller::RenderTarget by creating a field for that attachment description instead of placing it in a hashmap.