skia2/tests/sksl/errors/VoidVariable.glsl
John Stiles b2271e6016 Disallow variables of type 'void'.
Change-Id: I209119e6c74ca54dd6021b6dec4775fc7b66adeb
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/472448
Commit-Queue: John Stiles <johnstiles@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2021-11-17 14:54:48 +00:00

7 lines
200 B
GLSL

### Compilation failed:
error: 4: variables of type 'void' are not allowed
error: 5: variables of type 'void' are not allowed
error: 5: opaque type 'void' cannot use initializer expressions
3 errors