mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 13:30:11 +01:00
8 lines
186 B
Text
8 lines
186 B
Text
!!ARBfp1.0
|
|
TEMP R0;
|
|
MUL R0.xy, fragment.texcoord[0], fragment.texcoord[0];
|
|
ADD R0.x, R0.x, R0.y;
|
|
SGE R0.y, R0.x, fragment.texcoord[0].w;
|
|
KIL -R0.y;
|
|
MOV result.color, fragment.color;
|
|
END
|