SPIRV-Cross/reference/shaders/asm
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
..
comp GLSL/HLSL: Implement NMin/NMax/NClamp. 2019-03-21 15:26:46 +01:00
frag Detect invalid DoWhileLoop early. 2019-04-05 12:19:32 +02:00
geom GLSL: Unroll loads from builtin pos/point arrays. 2019-03-21 11:25:41 +01:00
tesc Add test shader for subgroup. 2018-04-11 10:29:47 +02:00
tese GLSL: Deal with array loads from input in tessellation. 2019-03-21 11:50:53 +01:00
vert Fix case where a struct is loaded which contains a row-major matrix. 2019-02-20 12:19:00 +01:00