From d356b1dc63db6b4788f9b4fa845c2d5dca943863 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 19 Oct 2022 17:07:39 +0200 Subject: [PATCH] docs: correct spelling of "Gouraud" Reviewed-by: David Heidelberg Part-of: --- docs/gallium/cso/rasterizer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallium/cso/rasterizer.rst b/docs/gallium/cso/rasterizer.rst index 48986c0..a23e338 100644 --- a/docs/gallium/cso/rasterizer.rst +++ b/docs/gallium/cso/rasterizer.rst @@ -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:: -- 2.7.4