SPIRV-Cross/shaders/asm/frag
Hans-Kristian Arntzen 36a0b63f28 Fix various corner cases with expression dependencies.
There was a potential problem if variables were invalidated and SPIR-V
read expressions which depended on other expression which in turn depended on the
invalidated variable.

Also fixes issue where variables were considered immutable if they were
forwardable. This allowed some incorrect optimizations to slip through.
2016-07-12 14:50:23 +02:00
..
invalidation.asm.frag Fix various corner cases with expression dependencies. 2016-07-12 14:50:23 +02:00