SPIRV-Cross/reference/shaders-msl-no-opt
Hans-Kristian Arntzen 4de9d6c2b6 MSL: Handle implicit integer promotion rules.
MSL inherits the behavior of C where arithmetic on small types are
implicitly converted to int. SPIR-V does not have this behavior, so make
sure that arithmetic results are handled correctly.
2022-10-31 13:33:46 +01:00
..
asm MSL: Handle partial access chains with array-of-UBO/SSBO. 2022-10-26 11:33:04 +02:00
comp MSL: Handle implicit integer promotion rules. 2022-10-31 13:33:46 +01:00
components MSL: Handle array with component when we cannot rely on user() attrib. 2021-05-21 13:46:33 +02:00
frag MSL: Use var name instead of var-type name for flattened interface members. 2022-03-04 11:38:53 -05:00
packing MSL: Do not emit swizzled writes in packing fixups. 2020-07-06 10:03:46 +02:00
tesc MSL: Fix '--msl-multi-patch-workgroup' out of bounds reads when dispatching more threads than control points (#1662) 2021-04-29 20:01:26 +02:00
tese MSL: Support "raw" buffer input in tessellation evaluation shaders. 2022-10-18 14:58:59 -07:00
vert MSL: Rethink how opaque descriptors are passed to leaf functions. 2022-01-18 14:40:52 +01:00
vulkan/frag MSL: Rethink how opaque descriptors are passed to leaf functions. 2022-01-18 14:40:52 +01:00