SPIRV-Cross/shaders-msl-no-opt/asm
Hans-Kristian Arntzen cfd1618e31 MSL: Use templated array type when emitting BDA to arrays.
Handling native array types is not really feasible since we need to fuse
the variable declaration with the type declaration.

This is feasible in something like variable_decl, but for plain SSA
pointers, this breaks down.
2023-05-10 13:33:54 +02:00
..
comp MSL: Use templated array type when emitting BDA to arrays. 2023-05-10 13:33:54 +02:00
frag MSL: Handle partial access chains with array-of-UBO/SSBO. 2022-10-26 11:33:04 +02:00
masking MSL: Emit multiple threadgroup slices for multi-patch. 2021-04-19 12:10:49 +02:00
packing MSL: Support edge case with DX layout in scalar block layout. 2020-04-20 15:29:24 +02:00
tesc Handle edge cases in OpCopyMemory. 2021-03-08 14:15:27 +01:00
tese MSL: Improve handling of split tessellation access chains. 2021-05-21 16:32:03 +02:00
vert MSL: Add test for block IO output with function use. 2023-03-30 18:30:44 +02:00
temporary.zero-initialize.asm.frag Add support for forcefully zero-initialized variables. 2020-03-26 13:38:27 +01:00