This PR improves structurization of panics and other functions that exit the invocation, like OpKill (discard; in glsl) in fragment shaders. This should hopefully reduce the amount of structurization errors in the resulting spv.
Mainly developed by @eddyb with some test fixes by @LegNeato
This PR improves structurization of panics and other functions that exit the invocation, like
OpKill
(discard;
in glsl) in fragment shaders. This should hopefully reduce the amount of structurization errors in the resulting spv.Mainly developed by @eddyb with some test fixes by @LegNeato