mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 06:10:13 +01:00
7 lines
217 B
Text
7 lines
217 B
Text
!!ARBfp1.0
|
|
# expected: black triangle
|
|
# brown means the wrong pixel center convention is being used
|
|
OPTION ARB_fragment_coord_pixel_center_integer;
|
|
MOV result.color, {0}.x;
|
|
FRC result.color.xy, fragment.position;
|
|
END
|