mesa/progs/vp/rcp.txt

8 lines
129 B
Plaintext
Raw Normal View History

2005-11-01 06:28:39 +00:00
!!ARBvp1.0
TEMP R0;
ADD R0, vertex.color.x, vertex.color.x;
RCP result.color, R0.x;
MOV result.position, vertex.position;
END