Sign in
skia
/
skia
/
8d363988efebcbe62b2c8e364e833cd98df3aa83
/
.
/
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