xref
: /
third_party
/
skia
/
resources
/
sksl
/
errors
/
GenericArgumentMismatch.sksl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/skia/resources/sksl/errors/
1
void sin_int_int() { float x = sin(1, 2); }
2
void sin_bool() { float x = sin(true); }
3
4