summaryrefslogtreecommitdiff
path: root/progs/fp/kil-pos.txt
blob: 5ff4f6f2c84a7263eec203a74001a406c93a86b9 (plain)
1
2
3
4
5
6
7
8
9
!!ARBfp1.0
TEMP R0;
SUB R0.xy, fragment.position, {125}.x;
MOV R0.zw, {0}.x;
DP3 R0, R0, R0;
SUB R0.x, R0, {10000}.x;
KIL -R0.x;
MOV result.color, fragment.color;
END