1half4 main() { 2 // sk_FragCoord should be declared in pipeline inputs since it is referenced. 3 return half4(sk_FragCoord.x, 0, 0, 1); 4} 5