1uniform texture2D s; 2 3half4 main(float2 xy) { 4 return half4(0); 5} 6 7/*%%* 8invalid type 9*%%*/ 10