Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
ArrayTooManyDimensionsInFuncDecl.rts
blob: c5233be9bf0d2418034877679ad1efdabde21478 [
file
] [
log
] [
blame
]
void
func
(
float
x
[
2
][
2
])
{}
/*%%*
multi-dimensional arrays are not supported
*%%*/