nir: Fix grammar error

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9103>
This commit is contained in:
Alyssa Rosenzweig 2021-02-16 18:58:39 -05:00 committed by Marge Bot
parent 8e97fc3a29
commit 2104135f38
1 changed files with 2 additions and 2 deletions

View File

@ -815,8 +815,8 @@ system_value("user_data_amd", 4)
# These set up the barycentric coordinates for a particular interpolation.
# The first four are for the simple cases: pixel, centroid, per-sample
# (at gl_SampleID), or pull model (1/W, 1/I, 1/J) at the pixel center. The next
# three two handle interpolating at a specified sample location, or
# interpolating with a vec2 offset,
# two handle interpolating at a specified sample location, or interpolating
# with a vec2 offset,
#
# The interp_mode index should be either the INTERP_MODE_SMOOTH or
# INTERP_MODE_NOPERSPECTIVE enum values.