xref
: /
third_party
/
skia
/
resources
/
sksl
/
shared
/
Clockwise.sksl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/skia/resources/sksl/shared/
1
void main() {
2
sk_FragColor = half4(sk_Clockwise ? +1 : -1);
3
}
4