mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 04:10:09 +01:00
6 lines
117 B
Text
6 lines
117 B
Text
!!ARBvp1.0
|
|
TEMP R0;
|
|
MUL R0, vertex.color, {3.0}.x;
|
|
FRC result.color, R0;
|
|
MOV result.position, vertex.position;
|
|
END
|