Sign in
skia
/
skia
/
8d363988efebcbe62b2c8e364e833cd98df3aa83
/
.
/
tests
/
sksl
/
errors
/
StructTooDeeplyNested.glsl
blob: 235e669b688f673ad4b775a04f382b5b581a88f9 [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
9
:
struct
'too_deep'
is
too deeply nested
struct
too_deep
{
S8 x
;
};
^^^^^^^^^^^^^^^^^^^^^^^^^
1
error