blob: 9e0dbb4e03f74757214e5b79f2aee98455f6b95d [file] [log] [blame]
half4 main() {
// sk_FragCoord should be declared in pipeline inputs since it is referenced.
return half4(sk_FragCoord.x, 0, 0, 1);
}