mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
docs: correct spelling of "rasterizer"
We use rasterizer all over the docs, so let's be consistent. Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19139>
This commit is contained in:
parent
c20f4484d3
commit
f3475859fa
1 changed files with 1 additions and 1 deletions
|
|
@ -3554,7 +3554,7 @@ Declaration Interpolate
|
|||
This token is only valid for fragment shader INPUT declarations.
|
||||
|
||||
The Interpolate field specifes the way input is being interpolated by
|
||||
the rasteriser and is one of TGSI_INTERPOLATE_*.
|
||||
the rasterizer and is one of TGSI_INTERPOLATE_*.
|
||||
|
||||
The Location field specifies the location inside the pixel that the
|
||||
interpolation should be done at, one of ``TGSI_INTERPOLATE_LOC_*``. Note that
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue