skia2/tests/sksl/errors/golden/ArrayUnspecifiedDimensions.glsl
Brian Osman 33c64a4473 SkSL: Remove "null" as a type and literal value.
Nullable fragment processors still exist, but they're handled
transparently by sample() within C++, so there's no need for .fp files
to ever do these tests manually.

Change-Id: Idf2bc58505207560553066c0126a2a036c5d970b
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/347039
Commit-Queue: Brian Osman <brianosman@google.com>
Commit-Queue: John Stiles <johnstiles@google.com>
Reviewed-by: John Stiles <johnstiles@google.com>
2020-12-23 16:21:57 +00:00

7 lines
198 B
GLSL

### Compilation failed:
error: 1: arrays without an explicit size must use an initializer expression
error: 2: expected 'int', but found 'float'
error: 3: expected 'int', but found 'bool'
3 errors