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