SPIRV-Cross/reference
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
..
opt MSL: Fix naming issue of aliased global variables. 2018-08-27 09:59:55 +02:00
shaders MSL: Fix naming issue of aliased global variables. 2018-08-27 09:59:55 +02:00
shaders-hlsl MSL: Fix naming issue of aliased global variables. 2018-08-27 09:59:55 +02:00
shaders-hlsl-no-opt Declare OpSpecConstantOp up-front on relevant targets. 2018-05-15 14:20:16 +02:00
shaders-msl MSL: Fix naming issue of aliased global variables. 2018-08-27 09:59:55 +02:00
shaders-msl-no-opt CompilerMSL support larger texel buffers by using 2D Metal textures. 2018-06-26 17:30:21 -04:00
shaders-no-opt Declare OpSpecConstantOp up-front on relevant targets. 2018-05-15 14:20:16 +02:00
shaders-reflection Prefix integer types with underscore 2018-06-21 09:24:22 -07:00