Sign in
skia
/
skia
/
3702c86479038b39de620218d61823ed28a5a46e
/
.
/
resources
/
sksl
/
errors
/
MultipleFieldsInInterfaceBlocks.sksl
blob: fa25f310048cadad3a902a0a2d0720a258a45020 [
file
] [
log
] [
blame
]
IB
{
float
f
;
float
f
;
}
ib
;
IB1
{
float
f
;
};
IB2
{
float
f
;
};
/*%%*
field 'f' was already defined in the same interface block ('IB')
symbol 'f' was already defined
*%%*/