xref
: /
external
/
skia
/
resources
/
sksl
/
fp
/
GrUseExplicitReturn.fp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
half4 main() {
2
return half4(0, 1, 0, 1);
3
}
4