mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 22:30:12 +01:00
7 lines
168 B
Text
7 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
|