SPIRV-Cross/reference/shaders-no-opt/vulkan/frag
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
..
spec-constant.vk.frag Update tests. 2018-11-01 11:23:48 +01:00
spec-constant.vk.frag.vk Declare OpSpecConstantOp up-front on relevant targets. 2018-05-15 14:20:16 +02:00
ubo-offset-out-of-order.vk.nocompat.frag.vk MSL: Redirect member indices when buffer has been sorted by Offset. 2020-04-30 11:48:53 +02:00