intel: test cpp to ensure mipmap tree matches texture image.
[mesa.git] / progs / vp / ex2.txt
1 !!ARBvp1.0
2 TEMP R0;
3 EX2 R0, vertex.color.x;
4 SUB result.color, R0, {1.0}.x;
5 MOV result.position, vertex.position;
6 END