mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
10 lines
209 B
Text
10 lines
209 B
Text
!!ARBvp1.0
|
|
TEMP R0;
|
|
TEMP R1;
|
|
MOV result.color, vertex.color;
|
|
MUL R0.x, vertex.color.x, {10.0}.x;
|
|
MAX R0.x, R0.x, {2.0}.x;
|
|
MIN result.pointsize.x, R0.x, {4.0}.x;
|
|
MOV result.position, vertex.position;
|
|
END
|
|
|