mesa/progs/fp/frc.txt

6 lines
79 B
Plaintext

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