SPIRV-Cross/reference/shaders-msl-no-opt
Hans-Kristian Arntzen eaf7afed97 MSL: Support argument buffers and image swizzling.
Change aux buffer to swizzle buffer.
There is no good reason to expand the aux buffer, so name it
appropriately.

Make the code cleaner by emitting a straight pointer to uint rather than
a dummy struct which only contains a single unsized array member anyways.

This will also end up being very similar to how we implement swizzle
buffers for argument buffers.

Do not use implied binding if it overflows int32_t.
2019-05-18 10:30:06 +02:00
..
asm MSL: Support argument buffers and image swizzling. 2019-05-18 10:30:06 +02:00
comp Properly deal with sign-dependent GLSL opcodes. 2019-03-27 12:20:53 +01:00
frag MSL: Support argument buffers and image swizzling. 2019-05-18 10:30:06 +02:00
vert MSL: Fix case where we pass arrays to functions by value. 2019-01-14 11:00:14 +01:00
vulkan/frag MSL: Support argument buffers and image swizzling. 2019-05-18 10:30:06 +02:00