Changes

Jump to navigation Jump to search
3 bytes removed ,  21:30, 14 December 2014
m
no edit summary
Line 474: Line 474:  
|  0x29
 
|  0x29
 
|  3
 
|  3
FORLOOP
+
LOOP
 
|  Loops over the code between itself and DST. First sets aL to INT.y, then increments aL by INT.z after each loop. Loops until aL reaches INT.y+INT.x, inclusive (that is : for(aL=INT.y;aL<=INT.y+INT.x;aL+=INT.z)). (INT is i0-i3, an integer vector uniform)
 
|  Loops over the code between itself and DST. First sets aL to INT.y, then increments aL by INT.z after each loop. Loops until aL reaches INT.y+INT.x, inclusive (that is : for(aL=INT.y;aL<=INT.y+INT.x;aL+=INT.z)). (INT is i0-i3, an integer vector uniform)
 
|-
 
|-
373

edits

Navigation menu