Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
ArrayReturnTypes.glsl
blob: 5ee517d7bdfc1e56398e84c377bc89ae3b536ee1 [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
1
:
functions may
not
return
type
'float4x4[2]'
float4x4
[
2
]
return_float4x4_2
()
{}
^^^^^^^^
error
:
2
:
functions may
not
return
type
'int[1]'
int
[
1
]
return_int_1
()
{}
^^^
2
errors