bfc9be0f77
This will allow us to load these inputs for unit testing in `dm`. Change-Id: Id256ba7c30d3ec94b98048e47af44cf9efe580d5 Bug: skia:11009 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/357282 Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
29 lines
1.5 KiB
GLSL
29 lines
1.5 KiB
GLSL
### Compilation failed:
|
|
|
|
error: 1: type mismatch: '+' cannot operate on 'bool', 'bool'
|
|
error: 2: type mismatch: '-' cannot operate on 'bool', 'bool'
|
|
error: 3: type mismatch: '*' cannot operate on 'bool', 'bool'
|
|
error: 4: type mismatch: '/' cannot operate on 'bool', 'bool'
|
|
error: 5: type mismatch: '%' cannot operate on 'bool', 'bool'
|
|
error: 6: type mismatch: '<<' cannot operate on 'bool', 'bool'
|
|
error: 7: type mismatch: '>>' cannot operate on 'bool', 'bool'
|
|
error: 8: '-' cannot operate on 'bool'
|
|
error: 9: '~' cannot operate on 'bool'
|
|
error: 10: type mismatch: '&' cannot operate on 'bool', 'bool'
|
|
error: 11: type mismatch: '|' cannot operate on 'bool', 'bool'
|
|
error: 12: type mismatch: '^' cannot operate on 'bool', 'bool'
|
|
error: 14: type mismatch: '+' cannot operate on 'bool2', 'bool2'
|
|
error: 15: type mismatch: '-' cannot operate on 'bool2', 'bool2'
|
|
error: 16: type mismatch: '*' cannot operate on 'bool2', 'bool2'
|
|
error: 17: type mismatch: '/' cannot operate on 'bool2', 'bool2'
|
|
error: 18: type mismatch: '%' cannot operate on 'bool2', 'bool2'
|
|
error: 19: type mismatch: '<<' cannot operate on 'bool2', 'bool2'
|
|
error: 20: type mismatch: '>>' cannot operate on 'bool2', 'bool2'
|
|
error: 21: '!' cannot operate on 'bool2'
|
|
error: 22: '-' cannot operate on 'bool2'
|
|
error: 23: '~' cannot operate on 'bool2'
|
|
error: 24: type mismatch: '&' cannot operate on 'bool2', 'bool2'
|
|
error: 25: type mismatch: '|' cannot operate on 'bool2', 'bool2'
|
|
error: 26: type mismatch: '^' cannot operate on 'bool2', 'bool2'
|
|
25 errors
|