mesa/progs/fp/mov-param.txt

5 lines
83 B
Plaintext

!!ARBfp1.0
PARAM Diffuse = state.material.diffuse;
MOV result.color, Diffuse;
END