Sign in
skia
/
skia
/
refs/heads/main
/
.
/
tests
/
sksl
/
errors
/
InterfaceBlockStorageModifiers.glsl
blob: a75ab6ee0d54753fd8386d62683a7fa9dc077ec6 [
file
] [
edit
]
### Compilation failed:
error
:
1
:
modifier
'out'
is
not
permitted on an
interface
block field
uniform foo
{
out
int
x
;
};
^^^^^^^^^
1
error