SPIRV-Cross/reference/opt/shaders-msl/vulkan
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
..
comp MSL: Handle packed matrices. 2019-07-10 18:37:31 -05:00
frag MSL: Support scalar block layout. 2019-07-09 20:59:32 -05:00
vert MSL: Support SPV_KHR_multiview. 2019-06-29 09:43:55 -05:00