552fcb9a1b
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>
13 lines
519 B
Plaintext
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
|