From 19a4e2c8641fa1fed27a1a4321d268bcd1528864 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 19 Oct 2022 17:00:12 +0200 Subject: [PATCH] docs: correct spelling of "semantic" Reviewed-by: David Heidelberg Part-of: --- docs/gallium/tgsi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallium/tgsi.rst b/docs/gallium/tgsi.rst index d34c44f8031..f6af335a6bb 100644 --- a/docs/gallium/tgsi.rst +++ b/docs/gallium/tgsi.rst @@ -3224,7 +3224,7 @@ where F is 0xffffffff when the fragment belongs to a front-facing polygon and TGSI_SEMANTIC_EDGEFLAG """""""""""""""""""""" -For vertex shaders, this sematic label indicates that an input or +For vertex shaders, this semantic label indicates that an input or output is a boolean edge flag. The register layout is [F, x, x, x] where F is 0.0 or 1.0 and x = don't care. Normally, the vertex shader simply copies the edge flag input to the edgeflag output.