SPIRV-Cross/shaders-hlsl/asm
Hans-Kristian Arntzen 87de951105 MSL: Fix naming issue of aliased global variables.
When the name of an alias global variable collides with a global
declaration, MSL would emit inconsistent names, sometimes with the
naming fix, sometimes without, because names were being tracked in two
separate meta blocks. Fix this by always redirecting parameter naming to
the original base variable as necessary.
2018-08-27 09:59:55 +02:00
..
comp MSL: Fix naming issue of aliased global variables. 2018-08-27 09:59:55 +02:00
frag MSL: Properly support passing parameters by value. 2018-08-06 15:43:51 +02:00
vert Deal with some builtins being declared with wrong signedness. 2018-06-22 11:30:56 +02:00