Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
InterfaceBlockWithNoMembers.glsl
blob: 96aea9083f0f7dd993dd95286e7a4a078f4fda2d [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
1
:
interface
block
'S'
must contain at least one field
const
S
{};
^
error
:
2
:
interface
block
'testBlock'
must contain at least one field
testBlock
{}
x
[
2
];
^^^^^^^^^
2
errors