SPIRV-Cross/shaders-msl-no-opt
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
..
asm Deal with OpPhi and case fallthrough. 2019-06-21 13:38:23 +02:00
comp Refactor out noopt shaders to their own folders. 2018-03-13 10:39:49 +01:00
frag Pass the swizzle constants as a buffer. 2018-09-22 19:36:11 -05:00
vert MSL: Fix case where we pass arrays to functions by value. 2019-01-14 11:00:14 +01:00
vulkan/frag MSL: Fix passing a sampled image to a function. 2019-01-14 09:29:31 -06:00