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