skia2/tests/sksl/errors/golden/BadModifiers.glsl
John Stiles 6798e5d0d1 Migrate SkSL error tests to golden outputs.
Change-Id: Ic8f4730d035981c32b4ddb48e5e919b0396b6d93
Bug: skia:10694
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/317578
Auto-Submit: John Stiles <johnstiles@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: John Stiles <johnstiles@google.com>
2020-09-18 13:46:17 +00:00

40 lines
1.6 KiB
GLSL

### Compilation failed:
error: 3: 'const' is not permitted here
error: 3: 'in' is not permitted here
error: 3: 'out' is not permitted here
error: 3: 'uniform' is not permitted here
error: 3: 'flat' is not permitted here
error: 3: 'noperspective' is not permitted here
error: 3: 'readonly' is not permitted here
error: 3: 'writeonly' is not permitted here
error: 3: 'coherent' is not permitted here
error: 3: 'volatile' is not permitted here
error: 3: 'restrict' is not permitted here
error: 3: 'buffer' is not permitted here
error: 3: '__pixel_localEXT' is not permitted here
error: 3: '__pixel_local_inEXT' is not permitted here
error: 3: '__pixel_local_outEXT' is not permitted here
error: 3: 'varying' is not permitted here
error: 7: 'const' is not permitted here
error: 7: 'uniform' is not permitted here
error: 7: 'flat' is not permitted here
error: 7: 'noperspective' is not permitted here
error: 7: 'readonly' is not permitted here
error: 7: 'writeonly' is not permitted here
error: 7: 'coherent' is not permitted here
error: 7: 'volatile' is not permitted here
error: 7: 'restrict' is not permitted here
error: 7: 'buffer' is not permitted here
error: 7: 'sk_has_side_effects' is not permitted here
error: 7: '__pixel_localEXT' is not permitted here
error: 7: '__pixel_local_inEXT' is not permitted here
error: 7: '__pixel_local_outEXT' is not permitted here
error: 7: 'varying' is not permitted here
error: 7: 'inline' is not permitted here
error: 1: 'in uniform' variables only permitted within fragment processors
error: 1: 'varying' is only permitted in runtime effects
error: 1: 'sk_has_side_effects' is not permitted here
error: 1: 'inline' is not permitted here
36 errors