mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
For each clip scope, draw opaque items in reverse order and translucent/backdrop-independent items in their original order afterwards. Clips are treated as translucent by the parent scope. Respects clips, subpass collapse, and the clear color optimization.