SPIRV-Cross/reference/opt/shaders/asm
Hans-Kristian Arntzen 3b5968bb26 Deal with switch cases which break out of a loop.
Need some pretty hideous ladder variable system, but high level
languages do not support breaking out of a loop. break in switch blocks
and break in loops alias each other.
2018-09-18 10:50:48 +02:00
..
comp Deal with switch cases which break out of a loop. 2018-09-18 10:50:48 +02:00
frag Support Component decoration in GLSL. 2018-09-10 12:13:26 +02:00
geom GLSL: Allow blocks to have their own namespace. 2018-08-21 11:29:08 +02:00
tesc Fix case where SampledImage would get flushed to temporary. 2018-04-27 10:06:30 +02:00
vert Deal with some builtins being declared with wrong signedness. 2018-06-22 11:30:56 +02:00