mesa/progs/fp/mov-param.txt

5 lines
83 B
Plaintext
Raw Normal View History

2009-11-20 00:53:02 +00:00
!!ARBfp1.0
PARAM Diffuse = state.material.diffuse;
MOV result.color, Diffuse;
END