SPIRV-Cross/reference/opt/shaders-msl/vulkan/comp
Chip Davis 28454facbb MSL: Handle packed matrices.
The old method of using a different unpacked matrix type doesn't work
for scalar alignment. It certainly wouldn't have any effect for a square
matrix, since the number of columns and rows are the same. So now we'll
store them as arrays of packed vectors.
2019-07-10 18:37:31 -05:00
..
struct-packing-scalar.nocompat.invalid.vk.comp MSL: Handle packed matrices. 2019-07-10 18:37:31 -05:00
subgroups.nocompat.invalid.vk.msl21.comp MSL: Support SubgroupLocalInvocationId and SubgroupSize in all stages. 2019-07-02 11:48:59 -05:00
subgroups.nocompat.invalid.vk.msl21.ios.comp MSL: Add support for subgroup operations. 2019-05-15 17:40:04 -05:00