ps_2_0
// generates tunnel tex coordinates
// maps texture
dcl t0
dcl_2d s0
dcl_2d s1
texld r0,t0,s0      // tex coords in s0
texld r1,r0,s1
//mov r1,r0
mov oC0,r1

