SPIRV-Cross/shaders-no-opt
Hans-Kristian Arntzen 0ebb88cc39 MSL: Redirect member indices when buffer has been sorted by Offset.
If a buffer rewrites its Offsets, all member references to that struct
are invalidated, and must be redirected, do so in to_member_reference,
but there might be other places where this is needed. Fix as required.
SPIR-V code relying on this is somewhat questionable, but seems to be
in-spec.
2020-04-30 11:48:53 +02:00
..
asm Implement OpAtomicLoad/OpAtomicStore. 2020-04-27 12:11:46 +02:00
comp Deal with illegal names in types as well. 2020-01-16 10:34:49 +01:00
frag Add support for forcefully zero-initialized variables. 2020-03-26 13:38:27 +01:00
vert MSL: Fix case where we pass arrays to functions by value. 2019-01-14 11:00:14 +01:00
vulkan/frag MSL: Redirect member indices when buffer has been sorted by Offset. 2020-04-30 11:48:53 +02:00