mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
docs/tgsi: use src1 instead of "second arg"
This is more consistent with what we do elsewhere here. Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19460>
This commit is contained in:
parent
a9fce4d2be
commit
42afb3095b
1 changed files with 1 additions and 1 deletions
|
|
@ -1198,7 +1198,7 @@ Support for these opcodes indicated by PIPE_SHADER_CAP_INTEGERS (all of them?)
|
|||
|
||||
.. opcode:: UMOD - Unsigned Integer Remainder
|
||||
|
||||
If second arg is zero, 0xffffffff is returned.
|
||||
If *src1* is zero, 0xffffffff is returned.
|
||||
|
||||
.. math::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue