From b7327296d522e00e1f526a611753ad37775bff76 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 14 Mar 2023 10:23:43 +0100 Subject: [PATCH] docs/tgsi: do not use math-block for non-latex This block isn't valid latex, so let's just use a pseudocode-block like we do elsewhere here. Acked-by: Pierre-Eric Pelloux-Prayer Reviewed-by: Roland Scheidegger 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 9b5d807..c4891ba 100644 --- a/docs/gallium/tgsi.rst +++ b/docs/gallium/tgsi.rst @@ -700,7 +700,7 @@ used. Conditional discard. Allowed in fragment shaders only. - .. math:: + Pseudocode:: if (src.x < 0 || src.y < 0 || src.z < 0 || src.w < 0) discard -- 2.7.4