Files
third_party_mesa3d/progs/fp/rcp.txt

6 lines
92 B
Plaintext
Raw Normal View History

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