aef1c569e5
These both require the relatively new SkEffectBinding. Update the canvaskit reference to point at the ToT version from particles.skia.org. No-Try: true Docs-Preview: https://skia.org/?cl=246838 Bug: skia:9513 Change-Id: I0819a1d4fa6fca676a5d931bd97fcee173e8c2ca Reviewed-on: https://skia-review.googlesource.com/c/skia/+/246838 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
12 KiB
12 KiB
Particles
Skia’s particle module provides a way to quickly generate large numbers of drawing primitives with dynamic, animated behavior. Particles can be used to create effects like fireworks, spark trails, ambient “weather”, and much more. Nearly all properties and behavior are controlled by scripts written in Skia’s custom language, SkSL.