Demonstrate function-parameter assignment issue in unit test.
WGSL function parameters do not have storage; as such, they cannot
be addressed via & or assigned-to.
This is a useful thing to check in the Assignment test. WGSL code
generation will be fixed in a followup.
Bug: skia:14356
Change-Id: I856778cbfaaab344e007974475ba104ab52aa06c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/708697
Reviewed-by: Brian Osman <brianosman@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
9 files changed