mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Now we have the ability to draw multiple PictureLayers. We still squash all the pictures together into a single SkPicture for simplicity. In the future, we'll submit them to C++ separately and composite them on the GPU thread.