skia2/modules/particles
Brian Osman 9b8b4558d2 Change ByteCode and ByteCodeFunction to classes
The lack of encapsulation was finally starting to bother me. Had to
change the Interpreter namespace to a struct so that it could be
friended, but otherwise this was a nice and simple cleanup.

Also updated the comments on the two run functions, and renamed
fInputSlots to fUniformSlots, to reflect recent clarification
around in vs. uniform.

Change-Id: I24bbc59778b3ab6448bffcf98133d5c149a060a9
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/244883
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2019-09-30 18:02:24 +00:00
..
include Change ByteCode and ByteCodeFunction to classes 2019-09-30 18:02:24 +00:00
src Interpreter: Lots of minor cleanup/refactoring 2019-09-27 15:02:16 +00:00
BUILD.gn Revert "Revert "unified Vulkan uniform buffers"" 2019-08-15 19:14:03 +00:00
particles.gni Particle cleanup: split SkParticleBinding out of SkParticleEffect 2019-08-30 15:32:38 +00:00