skia2/tests/sksl/runtime_errors/IllegalShaderUse.skvm
Brian Osman 552fcb9a1b Remove flexible runtime effects entirely
All internal usage has migrated to MakeFor..., this removes the old
program kind, and updates some tests.

Bug: skia:11813
Change-Id: I56733b071270e1ae3fab5d851e23acf6c02e3361
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/402536
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: John Stiles <johnstiles@google.com>
2021-04-29 16:02:27 +00:00

13 lines
519 B
Plaintext

### Compilation failed:
error: 10: variables of type 'shader' must be uniform
error: 11: 'in' variables not permitted in runtime effects
error: 11: variables of type 'shader' must be uniform
error: 14: variables of type 'shader' must be global
error: 14: variables of type 'shader' must be uniform
error: 15: parameters of type 'shader' not allowed
error: 16: functions may not return opaque type 'shader'
error: 17: cannot construct 'shader'
error: 18: ternary expression of opaque type 'shader' not allowed
9 errors