Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
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