scons: Build progs together with everything else.
[mesa.git] / progs / fp / tex-pos-kil.txt
1 !!ARBfp1.0
2 TEMP R0;
3 MUL R0, fragment.position, {0.008}.x;
4 TEX R0, R0, texture[0], 2D;
5 SUB R0, R0, {0.25}.x;
6 KIL R0.xyzz;
7 MOV result.color, fragment.color;
8 END