f8c1c459b1
This reverts commit 5270322b46
.
Change-Id: If594d04dc657126dce48d69dcc67d1a5e3b0cc8a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/546856
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
10 lines
236 B
GLSL
10 lines
236 B
GLSL
### Compilation failed:
|
|
|
|
error: 1: unsized arrays are not permitted here
|
|
struct S { float x[][2]; };
|
|
^
|
|
error: 1: multi-dimensional arrays are not supported
|
|
struct S { float x[][2]; };
|
|
^^^^^^^^^^^^
|
|
2 errors
|