87e472722f
Bug: skia:13171 Change-Id: I6dffb98ac2464f930995cf8ea57e422091d20fd2 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/531743 Reviewed-by: John Stiles <johnstiles@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
7 lines
170 B
GLSL
7 lines
170 B
GLSL
### Compilation failed:
|
|
|
|
error: 1: too many components in swizzle mask
|
|
void func() { float4 test = float2(1).xxxxx; }
|
|
^
|
|
1 error
|