Sign in
skia
/
skia
/
8d363988efebcbe62b2c8e364e833cd98df3aa83
/
.
/
tests
/
sksl
/
errors
/
MultipleFieldsInInterfaceBlocks.glsl
blob: b2adf8f4a5908bd07d2c6a4c47ac1d54f86ba06f [
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