mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
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 <pierre-eric.pelloux-prayer@amd.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21893>
This commit is contained in:
parent
f94c95ab5a
commit
b7327296d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue