blob: 9ccf82158bca0f647b68d36e85290ae1ed4f7587 [file] [log] [blame]
half4 main(float2 coords) {
float x;
float y;
x = y = 1;
half a, b, c;
a = b = c = 0;
return half4(a * b, x, c, y);
}