SPIRV-Cross/reference/opt
Chip Davis 3347b1076d MSL: Fix handling of matrices and structs in the output control point array.
Prior to this point, we were treating them as flattened, as they are in
old-style tessellation control shaders, and still are for structs in
new-style shaders. This is not true for outputs; output composites are
not flattened at all. This semantic mismatch broke a Vulkan CTS test.
It should now pass.
2020-08-03 17:18:18 -05:00
..
shaders GLSL: Be more aggressive about using type_alias. 2020-07-29 12:48:41 +02:00
shaders-hlsl GLSL: Be more aggressive about using type_alias. 2020-07-29 12:48:41 +02:00
shaders-msl MSL: Fix handling of matrices and structs in the output control point array. 2020-08-03 17:18:18 -05:00
shaders-ue4/asm MSL: Use input attachment index directly for resource index fallback. 2020-07-06 09:49:46 +02:00