SPIRV-Cross/reference/opt
Hans-Kristian Arntzen 317144a59c Detect invalid DoWhileLoop early.
We had a bug where error conditions in DoWhileLoop emit path would not
detect that statements were being emitted due to the masking behavior
which happens when force_recompile is true. Fix this.

Also, refactor force_recompile into member functions so we can properly
break on any situation where this is set, without having to rely on
watchpoints in debuggers.
2019-04-05 12:19:32 +02:00
..
shaders Detect invalid DoWhileLoop early. 2019-04-05 12:19:32 +02:00
shaders-hlsl GLSL/HLSL: Implement NMin/NMax/NClamp. 2019-03-21 15:26:46 +01:00
shaders-msl Update to latest glslang/SPIRV-Tools. 2019-04-03 15:37:38 -04:00