void main() { // Declarations for all fragment function built-ins referenced here should be present // in the output. float x = sk_FragCoord.x; float y = float(sk_Clockwise); sk_FragColor = half4(x, y, 1, 1); }