mesa/progs/vp/mul.txt

6 lines
102 B
Plaintext

!!ARBvp1.0
MUL result.color, vertex.color, vertex.color;
MOV result.position, vertex.position;
END