Sign in
skia
/
skia
/
8d363988efebcbe62b2c8e364e833cd98df3aa83
/
.
/
tests
/
sksl
/
errors
/
InterfaceBlockStorageModifiers.glsl
blob: 1cc04e65619569ea513942b341e4566ef1ceea27 [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
1
:
modifier
'out'
is
not
permitted on a
struct
field
uniform foo
{
out
int
x
;
};
^^^^^^^^^^
1
error