SPIRV-Cross/reference
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
..
opt Detect invalid DoWhileLoop early. 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-hlsl-no-opt GLSL: Fix OpImageFetch with uint coordinates and LOD. 2019-04-03 10:50:32 +02:00
shaders-msl MSL: Declare gl_WorkGroupSize constant with [[maybe_unused]]. 2019-03-28 10:54:18 +01:00
shaders-msl-no-opt Merge pull request #927 from KhronosGroup/fix-925 2019-04-03 12:32:43 +02:00
shaders-no-opt GLSL: Fix OpImageFetch with uint coordinates and LOD. 2019-04-03 10:50:32 +02:00
shaders-reflection Add generated reference shaders again 2019-03-26 15:21:12 +01:00