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:
committed by
Marge Bot
parent
c20f4484d3
commit
f3475859fa
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user