mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-29 17:10:46 +02:00
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:
parent
f3475859fa
commit
51481b8f4c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue