978674a23e
Many calls to `setRefKind` failed to check the return value; if it's false, an error has occurred and the program is in a bad state. Specifically, there is an assignment to a variable that's not marked as "written-to." If we continue processing the program, we're likely to assert. Change-Id: I2dd5d1f41aa5ca0d30f8d638f05fe2e838216d78 Bug: skia:10753 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/319116 Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
7 lines
163 B
GLSL
7 lines
163 B
GLSL
### Compilation failed:
|
|
|
|
error: 1: cannot assign to this expression
|
|
error: 5: cannot assign to this expression
|
|
error: 6: cannot assign to this expression
|
|
3 errors
|