void main(float4 colour: COLOR0, float4 texCoord: TEXCOORD0, out float4 ocolor: COLOR) { ocolor = float4(0.0, 0.0, texCoord.xy); }