; pixel shader version 1.0 ps.1.0 ; lookup texture in stage 0 tex t0 tex t1 tex t2 ; output the texture color add r0, t0, v0 mul r0, r0, t1 mul r0, r0, t2