Sign in
◑
Theme
skia
/
skia
/
ce3b5e8eb59b26ad0805d24edf560347b2d7ea50
/
.
/
tests
/
sksl
/
errors
/
MultipleFieldsInInterfaceBlocks.glsl
blob: 3ebf0dc1d543f6427eca840f3732e42505ccab96 [
file
]
### 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