docs: correct spelling of "Gouraud"

Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19191>
This commit is contained in:
Erik Faye-Lund 2022-10-19 17:07:39 +02:00 committed by Marge Bot
parent 9d8bf93420
commit d356b1dc63

View file

@ -51,7 +51,7 @@ of the entire polygon. If not set, fragment colors will be interpolated
between the vertex colors.
The actual interpolated shading algorithm is obviously
implementation-dependent, but will usually be Gourard for most hardware.
implementation-dependent, but will usually be Gouraud for most hardware.
.. note::