docs: fractionary -> fractional

While "fractionary" isn't incorrect language, it's much less common than
the more modern "fractional" term.

Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19139>
This commit is contained in:
Erik Faye-Lund 2022-10-18 16:41:47 +02:00 committed by Marge Bot
parent f3475859fa
commit 51481b8f4c

View file

@ -3672,8 +3672,8 @@ FS_COORD_PIXEL_CENTER
Specifies the fragment shader TGSI_SEMANTIC_POSITION pixel center convention.
The default value is HALF_INTEGER.
If HALF_INTEGER, the fractionary part of the position will be 0.5
If INTEGER, the fractionary part of the position will be 0.0
If HALF_INTEGER, the fractional part of the position will be 0.5
If INTEGER, the fractional part of the position will be 0.0
Note that this does not affect the set of fragments generated by
rasterization, which is instead controlled by half_pixel_center in the