mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 05:20:09 +01:00
5 lines
90 B
Text
5 lines
90 B
Text
!!ARBfp1.0
|
|
TEMP R0;
|
|
ADD R0, fragment.color, fragment.color;
|
|
ADD result.color, R0, R0;
|
|
END
|