SPIRV-Cross/reference/shaders-msl-no-opt/asm
Hans-Kristian Arntzen a0c13e4ee8 Do not consider aliased struct types if the master is not a block.
It is possible for a shader to declare two plain struct types which
simply share the same OpName without there being an implicit
value/buffer alias relationship.

For to_member_name(), make sure to use the type alias master when
resolving member names. The member name may be different in a type alias
master if the SPIR-V is being intentionally difficult.
2019-10-07 10:52:16 +02:00
..
comp Do not consider aliased struct types if the master is not a block. 2019-10-07 10:52:16 +02:00
frag Update external/ to SPIR-V 1.5 2019-09-18 16:04:27 -04:00
packing Do not allow base expressions for non-native row-major matrices. 2019-08-27 11:41:54 +02:00
vert Do not eagerly invalidate all active variables on a branch. 2019-07-24 11:17:30 +02:00