SPIRV-Cross/reference/shaders-msl-no-opt/asm/tesc
Bill Hollings 0c0fd98322 MSL: Use var name instead of var-type name for flattened interface members.
This allows two variables of the same struct type to be flattened
into the same interface struct without a member name conflict.

Add shaders-msl/frag/in_block_with_multiple_structs_of_same_type.frag
unit test shader to demonstrate this.
2022-03-04 11:38:53 -05:00
..
array-control-point-initializer.asm.tesc MSL: Emit correct initializer for tessellation control points. 2021-01-05 15:16:49 +01:00
block-control-point-initializer.asm.tesc MSL: Use var name instead of var-type name for flattened interface members. 2022-03-04 11:38:53 -05:00
builtin-control-point-initializer.asm.tesc MSL: Use var name instead of var-type name for flattened interface members. 2022-03-04 11:38:53 -05:00
composite-control-point-initializer.asm.tesc MSL: Emit correct initializer for tessellation control points. 2021-01-05 15:16:49 +01:00
copy-memory-control-point.asm.tesc MSL: Don't emit weird reference type for spvUnsafeArray types. 2021-04-19 12:10:49 +02:00
copy-tess-level-tri.asm.tesc MSL: Handle load and store to TessLevel array in TESC. 2021-02-17 13:26:08 +01:00
plain-control-point-initializer.asm.tesc MSL: Emit correct initializer for tessellation control points. 2021-01-05 15:16:49 +01:00
tess-fixed-input-array-builtin-array.invalid.asm.tesc MSL: Use var name instead of var-type name for flattened interface members. 2022-03-04 11:38:53 -05:00
tess-fixed-input-array-builtin-array.invalid.multi-patch.asm.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
tess-level-initializer-quad.asm.tesc MSL: Fix initializer for tess level outputs. 2021-01-06 10:39:39 +01:00
tess-level-initializer-triangle.asm.tesc MSL: Fix initializer for tess level outputs. 2021-01-06 10:39:39 +01:00
tess-level-read-write-in-function-tri.asm.tesc MSL: Fixup type when using tessellation levels in TESC functions. 2021-02-15 13:28:11 +01:00