summaryrefslogtreecommitdiff
path: root/progs/fp/rsq.txt
blob: b28de4bdb6cd5800560e0bdc9d3fd144b9847395 (plain)
1
2
3
4
5
!!ARBfp1.0
TEMP R0;
MUL R0, fragment.color, {3.0}.x;
RSQ result.color, R0.x;
END