SPIRV-Cross/reference/opt/shaders-msl/asm
Hans-Kristian Arntzen 9728f9c1b7 Use correct block-name / other-name aliasing rules.
A block name cannot alias with any name in its own scope,
and it cannot alias with any other "global" name.

To solve this, we need to complicate the name cache updates a little bit
where we have a "primary" namespace and "secondary" namespace.
2019-01-04 15:02:54 +01:00
..
comp Use correct block-name / other-name aliasing rules. 2019-01-04 15:02:54 +01:00
frag Add Windows support in Travis CI. 2018-10-27 00:22:30 +02:00
vert Update glslang and SPIRV-Tools. 2018-09-27 11:10:22 +02:00