SPIRV-Cross/shaders-no-opt/asm
Hans-Kristian Arntzen c365cc1b43 Deal with OpPhi and case fallthrough.
This is quite complex since we cannot flush Phi inside the case labels,
we have to do it outside by emitting a lot of manual branches ourselves.

This should be extremely rare, but we need to handle this case.
2019-06-21 13:38:23 +02:00
..
comp GLSL: Implement GL_EXT_buffer_reference. 2019-04-26 11:43:51 +02:00
frag Deal with OpPhi and case fallthrough. 2019-06-21 13:38:23 +02:00
vert Update to latest glslang/SPIRV-Tools. 2019-01-30 13:41:57 +01:00