1half4 main(float2 coord) {
2    return half4(coord, coord);
3}
4