mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
docs/tgsi: mark pseudocode as such
This is more semantically strong. Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19460>
This commit is contained in:
parent
c69dbe9d81
commit
eaa0b58963
1 changed files with 7 additions and 3 deletions
|
|
@ -1651,13 +1651,17 @@ Some require glsl version 1.30 (UIF/SWITCH/CASE/DEFAULT/ENDSWITCH).
|
|||
|
||||
.. opcode:: CAL - Subroutine Call
|
||||
|
||||
push(pc)
|
||||
pc = target
|
||||
Pseudocode::
|
||||
|
||||
push(pc)
|
||||
pc = target
|
||||
|
||||
|
||||
.. opcode:: RET - Subroutine Call Return
|
||||
|
||||
pc = pop()
|
||||
Pseudocode::
|
||||
|
||||
pc = pop()
|
||||
|
||||
|
||||
.. opcode:: CONT - Continue
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue