mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 00:40:09 +01:00
6 lines
119 B
Text
6 lines
119 B
Text
!!ARBvp1.0
|
|
TEMP R0;
|
|
EXP R0, vertex.color.x;
|
|
SUB result.color, R0.z, {1.0}.x;
|
|
MOV result.position, vertex.position;
|
|
END
|