mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 20:20:18 +01:00
6 lines
168 B
Text
6 lines
168 B
Text
!!ARBfp1.0
|
|
# this should result in fragment color passing through unchanged
|
|
TEMP R0;
|
|
ADD R0, fragment.color, fragment.color;
|
|
ADD result.color, R0, -fragment.color;
|
|
END
|