mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
6 lines
119 B
Text
6 lines
119 B
Text
!!ARBvp1.0
|
|
TEMP R0;
|
|
EX2 R0, vertex.color.x;
|
|
SUB result.color, R0, {1.0}.x;
|
|
MOV result.position, vertex.position;
|
|
END
|