#line 1 "tex2dlod-in.txt" sampler2D tex; float4 main (float4 pos : POSITION, float2 uv : TEXCOORD0) : POSITION { float4 c = tex2Dlod (tex, float4(uv,0,0)); return pos + c; }