Sign in
skia
/
skia
/
8d363988efebcbe62b2c8e364e833cd98df3aa83
/
.
/
tests
/
sksl
/
errors
/
Ossfuzz32587.glsl
blob: 5f18b5f2fc27e64b5812a8cf0adf834d597a8851 [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
1
:
unknown identifier
'x1'
const
float
x
=
1
,
_
=
x1
;
^^
error
:
2
:
expected
'half'
,
but found
'float'
half x
=
x
*
8
;
^^^
2
errors