mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-14 14:28:08 +02:00
7 lines
135 B
Text
7 lines
135 B
Text
!!ARBfp1.0
|
|
TEMP R0;
|
|
MUL R0, fragment.position, {0.03125}.x;
|
|
TEX R0, R0, texture[1], 2D;
|
|
KIL -R0;
|
|
MOV result.color, fragment.color;
|
|
END
|