skia2/tests/sksl/errors/golden/BadModifiers.glsl
John Stiles 08070f6f65 Report the correct line number when vardecls have an error.
Previously, the Type's fOffset was set to -1 during parsing, so any
errors related to the Type would be reported on line 1.

Change-Id: I9834f733bc763c5946b3ff81d8aef4807cdc13d1
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/335584
Commit-Queue: John Stiles <johnstiles@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2020-11-17 16:32:23 +00:00

40 lines
1.7 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: 11: 'in uniform' variables only permitted within fragment processors
error: 11: 'varying' is only permitted in runtime effects
error: 11: 'sk_has_side_effects' is not permitted here
error: 11: 'inline' is not permitted here
36 errors