mesa/progs/fp/rsq.txt

6 lines
81 B
Plaintext

!!ARBfp1.0
TEMP R0;
MUL R0, fragment.color, {3.0}.x;
RSQ result.color, R0.x;
END