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