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>
7 lines
135 B
GLSL
7 lines
135 B
GLSL
### Compilation failed:
|
|
|
|
error: 1: unsized arrays are not permitted here
|
|
void func() { float x[][2]; }
|
|
^^^^^^^^^
|
|
1 error
|