1void main() {
2    sk_FragColor = half4(sk_Clockwise ? +1 : -1);
3}
4