mesa/progs/fp/rcp.txt

6 lines
92 B
Plaintext

!!ARBfp1.0
TEMP R0;
ADD R0, fragment.color.x, fragment.color.x;
RCP result.color, R0.x;
END