Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
MultipleFieldsInInterfaceBlocks.glsl
blob: 3ebf0dc1d543f6427eca840f3732e42505ccab96 [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
3
:
field
'f'
was already
defined
in
the same
interface
block
(
'IB'
)
float
f
;
^^^^^^^^
error
:
7
:
symbol
'f'
was already
defined
IB2
{
float
f
;
};
^^^^^^^^
2
errors