blob: d2c47a0b61997bc9939296bc08485e5fdd3e6402 [file] [log] [blame]
half4 main(float2 xy)
{
int i = 0;
;
return half4(half4(half(i)));
}