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