additional comments for BranchTarget
This commit is contained in:
@@ -400,6 +400,10 @@ struct prog_instruction
|
||||
|
||||
/**
|
||||
* 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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user