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>
52 lines
3.0 KiB
GLSL
52 lines
3.0 KiB
GLSL
### Compilation failed:
|
|
|
|
error: 28: type mismatch: '=' cannot operate on 'int', 'float'
|
|
error: 29: type mismatch: '=' cannot operate on 'uint', 'float'
|
|
error: 30: type mismatch: '=' cannot operate on 'int', 'uint'
|
|
error: 31: type mismatch: '=' cannot operate on 'int', 'float'
|
|
error: 32: type mismatch: '=' cannot operate on 'float', 'int'
|
|
error: 33: type mismatch: '=' cannot operate on 'float', 'uint'
|
|
error: 34: type mismatch: '=' cannot operate on 'uint', 'int'
|
|
error: 35: type mismatch: '=' cannot operate on 'uint', 'float'
|
|
error: 36: type mismatch: '+' cannot operate on 'int', 'float'
|
|
error: 37: type mismatch: '-' cannot operate on 'int', 'float'
|
|
error: 38: type mismatch: '*' cannot operate on 'int', 'float'
|
|
error: 39: type mismatch: '/' cannot operate on 'int', 'float'
|
|
error: 40: type mismatch: '+' cannot operate on 'float', 'int'
|
|
error: 41: type mismatch: '-' cannot operate on 'float', 'int'
|
|
error: 42: type mismatch: '*' cannot operate on 'float', 'int'
|
|
error: 43: type mismatch: '/' cannot operate on 'float', 'int'
|
|
error: 44: type mismatch: '+' cannot operate on 'uint', 'float'
|
|
error: 45: type mismatch: '-' cannot operate on 'uint', 'float'
|
|
error: 46: type mismatch: '*' cannot operate on 'uint', 'float'
|
|
error: 47: type mismatch: '/' cannot operate on 'uint', 'float'
|
|
error: 48: type mismatch: '+' cannot operate on 'float', 'uint'
|
|
error: 49: type mismatch: '-' cannot operate on 'float', 'uint'
|
|
error: 50: type mismatch: '*' cannot operate on 'float', 'uint'
|
|
error: 51: type mismatch: '/' cannot operate on 'float', 'uint'
|
|
error: 52: type mismatch: '+' cannot operate on 'int', 'float'
|
|
error: 53: type mismatch: '-' cannot operate on 'int', 'float'
|
|
error: 54: type mismatch: '*' cannot operate on 'int', 'float'
|
|
error: 55: type mismatch: '/' cannot operate on 'int', 'float'
|
|
error: 56: type mismatch: '+' cannot operate on 'float', 'int'
|
|
error: 57: type mismatch: '-' cannot operate on 'float', 'int'
|
|
error: 58: type mismatch: '*' cannot operate on 'float', 'int'
|
|
error: 59: type mismatch: '/' cannot operate on 'float', 'int'
|
|
error: 60: type mismatch: '+' cannot operate on 'uint', 'float'
|
|
error: 61: type mismatch: '-' cannot operate on 'uint', 'float'
|
|
error: 62: type mismatch: '*' cannot operate on 'uint', 'float'
|
|
error: 63: type mismatch: '/' cannot operate on 'uint', 'float'
|
|
error: 64: type mismatch: '+' cannot operate on 'float', 'uint'
|
|
error: 65: type mismatch: '-' cannot operate on 'float', 'uint'
|
|
error: 66: type mismatch: '*' cannot operate on 'float', 'uint'
|
|
error: 67: type mismatch: '/' cannot operate on 'float', 'uint'
|
|
error: 68: type mismatch: '+' cannot operate on 'int', 'uint'
|
|
error: 69: type mismatch: '-' cannot operate on 'int', 'uint'
|
|
error: 70: type mismatch: '*' cannot operate on 'int', 'uint'
|
|
error: 71: type mismatch: '/' cannot operate on 'int', 'uint'
|
|
error: 72: type mismatch: '+' cannot operate on 'uint', 'int'
|
|
error: 73: type mismatch: '-' cannot operate on 'uint', 'int'
|
|
error: 74: type mismatch: '*' cannot operate on 'uint', 'int'
|
|
error: 75: type mismatch: '/' cannot operate on 'uint', 'int'
|
|
48 errors
|