1const half test[4] = half[4](0, 1, 0, 1); 2 3half4 main(float2 xy) { 4 return half4(test[0], test[1], test[2], test[3]); 5} 6