Sign in
skia
/
skia
/
8d363988efebcbe62b2c8e364e833cd98df3aa83
/
.
/
tests
/
sksl
/
errors
/
ArrayTooManyDimensionsInStructUnsized1.glsl
blob: 5dfb47660d13edd0fa3dffae1bf4a5be4b23e8f9 [
file
] [
log
] [
blame
]
### 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