[graphite] Fix assignment to pipeline inputs in AnalyticRRectRenderStep
SkSL no longer allows assigning to pipeline input variables (global
variable declarations with the `in` modifier). The
AnalyticRRectRenderStep shaders now mutate local copies of the input
variables instead of mutating the variables directly.
Change-Id: I20d2dee6587a6f0d44ad1a803df06dfd011ad7bd
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/631160
Reviewed-by: Jim Van Verth <jvanverth@google.com>
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
Commit-Queue: Arman Uguray <armansito@google.com>
1 file changed