summaryrefslogtreecommitdiff
path: root/progs/fp/tex-pos.txt
blob: b969f423f57eb3623db76693c93156ba3842809d (plain)
1
2
3
4
5
6
!!ARBfp1.0
TEMP R0;
MOV R0, {0.0}.x;
MUL R0.xy, fragment.position, {0.008}.x;
TEX result.color, R0, texture[0], 2D;
END