Sign in
skia
/
skia.git
/
refs/heads/main
/
.
/
resources
/
sksl
/
errors
/
InterfaceBlockWithInvalidNestedStruct.sksl
blob: d73d760bcad553447982c5e293648862c7028028 [
file
] [
log
] [
blame
] [
edit
]
struct
S
{
int
[]
unsizedArray
;
};
struct
R
{
S s
;
};
layout
(
set
=
0
,
binding
=
0
)
buffer storageBlock
{
R r
;
};
/*%%*
unsized arrays are not permitted here
unsized arrays are not permitted here
*%%*/