Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
ArgumentMismatch.glsl
blob: 5012d48de4f27a2a03e69b2697c0336db9569c18 [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
6
:
expected
'float'
,
but found
'bool'
float
x
=
foo
(
true
);
^^^^
1
error