xref
: /
third_party
/
skia
/
resources
/
sksl
/
errors
/
IncompleteFunctionCall.sksl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/skia/resources/sksl/errors/
1
half4 main(float2 xy) {
2
mix;
3
return half4(0);
4
}
5