summaryrefslogtreecommitdiff
path: root/progs/fp/rcp.txt
blob: 122161c49e5f916086477257ab9c30312fc2d321 (plain)
1
2
3
4
5
!!ARBfp1.0
TEMP R0;
ADD R0, fragment.color.x, fragment.color.x;
RCP result.color, R0.x;
END