mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
additional comments for BranchTarget
This commit is contained in:
parent
2755c798f3
commit
d434019633
1 changed files with 4 additions and 0 deletions
|
|
@ -400,6 +400,10 @@ struct prog_instruction
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* For BRA and CAL instructions, the location to jump to.
|
* For BRA and CAL instructions, the location to jump to.
|
||||||
|
* For BGNLOOP, points to ENDLOOP (and vice-versa).
|
||||||
|
* For BRK, points to BGNLOOP (which points to ENDLOOP).
|
||||||
|
* For IF, points to else or endif.
|
||||||
|
* For ELSE, points to endif.
|
||||||
*/
|
*/
|
||||||
GLuint BranchTarget;
|
GLuint BranchTarget;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue