mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 01:50:10 +01:00
6 lines
204 B
Text
6 lines
204 B
Text
!!ARBfp1.0
|
|
# expected: the yellow vertex is the top one
|
|
# if it is the bottom one, the wrong origin convention is being used
|
|
MOV result.color, {0}.x;
|
|
MUL result.color.xy, fragment.position, {.005}.x;
|
|
END
|