Closed GoogleCodeExporter closed 9 years ago
Thanks for reporting this and providing a detailed explanation of the issue.
ANGLE breaks up loops because Shader Model 3 only supports 255 iterations per
loop. But it should indeed not execute the second loop if the first one hit a
break statement. Similarly there would be a problem when a continue statement
is hit on the last iteration.
Original comment by nicolas....@gmail.com
on 14 Jun 2012 at 8:23
Original comment by nicolas....@gmail.com
on 5 Jul 2012 at 2:41
Fixed in r1213.
Original comment by nicolas....@gmail.com
on 11 Jul 2012 at 8:47
Original issue reported on code.google.com by
mikae...@gmail.com
on 14 Jun 2012 at 7:01