Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
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