skia2/modules/particles/include
Brian Osman 32d53550c8 Remove unsafe compiler methods related to external values
We don't want to be polluting the global namespace with external values,
especially when the typical/recommended way to use the Compiler is with
a single long-lived instance. Force client code to manage ownership (the
only non-unit-test case was already doing this), and pass external
values to convertProgram, so they can be added to the Program's symbol
table.

Change-Id: If4c1db5e48a62e2cf4333b8d80420f2dfede27ab
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/319125
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: John Stiles <johnstiles@google.com>
2020-09-24 14:12:08 +00:00
..
SkParticleBinding.h Enable ClangTidy check llvm-namespace-comment. 2020-08-06 19:07:52 +00:00
SkParticleData.h Pure SkSL RNG for particles 2020-04-10 17:20:07 +00:00
SkParticleDrawable.h Particles: Do a cleanup/standardization pass on the API 2019-12-03 20:06:18 +00:00
SkParticleEffect.h Remove unsafe compiler methods related to external values 2020-09-24 14:12:08 +00:00
SkParticleSerialization.h Particles: Better integration for ResourceProvider 2019-12-03 14:12:50 +00:00
SkReflected.h Particles: Better integration for ResourceProvider 2019-12-03 14:12:50 +00:00