summaryrefslogtreecommitdiff
path: root/progs/fp/kil.txt
blob: d95deb0a9e925eed2f5557065e27a982b7e69274 (plain)
1
2
3
4
5
6
!!ARBfp1.0
TEMP R0;
SUB R0, fragment.color, {0.5,0,0,0};
KIL R0;
MOV result.color, R0;
END