Closed GoogleCodeExporter closed 9 years ago
This is most likely a duplicate of Issue 394, but thanks for the extra test
case!
We convert boolean and ternary operators into conditional statements to get
short-circuiting behavior (which HLSL does not provide). For this we use
temporary variables named s#, but apparently under certain conditions the same
index is reused within the same scope.
Original comment by nicolas....@gmail.com
on 19 Feb 2013 at 2:25
Original issue reported on code.google.com by
amb26pon...@googlemail.com
on 17 Feb 2013 at 6:23