Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
skia
/
resources
/
sksl
/
shared
/
Clockwise.sksl
blob: f506457ff8882f2686e980a5159aea1a828d5eed [
file
] [
log
] [
blame
]
void
main
()
{
sk_FragColor
=
half4
(
sk_Clockwise
?
+
1
:
-
1
);
}