SPIRV-Cross/reference/opt/shaders-msl/tesc
Hans-Kristian Arntzen 46c48ee6b5 MSL: Rewrite how IO blocks are emitted in multi-patch mode.
Firstly, never flatten inputs or outputs in multi-patch mode.
The main scenario where we do need to care is Block IO.
In this case, we should only flatten the top-level member, and after
that we use access chains as normal.

Using structs in Input storage class is now possible as well. We don't
need to consider per-location fixups at all here. In Vulkan, IO structs
must match exactly. Only plain vectors can have smaller vector sizes as
a special case.
2021-04-19 12:10:49 +02:00
..
basic.multi-patch.tesc MSL: Add support for processing more than one patch per workgroup. 2020-07-23 17:59:54 -05:00
basic.tesc Updates for pull request #1162 2019-09-24 14:35:25 -04:00
complex-patch-out-types.tesc MSL: Rewrite how IO blocks are emitted in multi-patch mode. 2021-04-19 12:10:49 +02:00
load-control-point-array-of-matrix.multi-patch.tesc MSL: Add support for processing more than one patch per workgroup. 2020-07-23 17:59:54 -05:00
load-control-point-array-of-matrix.tesc MSL: Declare arrays with proper type wrapper. 2019-10-26 17:57:34 +02:00
load-control-point-array-of-struct.multi-patch.tesc MSL: Rewrite how IO blocks are emitted in multi-patch mode. 2021-04-19 12:10:49 +02:00
load-control-point-array-of-struct.tesc MSL: Declare arrays with proper type wrapper. 2019-10-26 17:57:34 +02:00
load-control-point-array.multi-patch.tesc MSL: Add support for processing more than one patch per workgroup. 2020-07-23 17:59:54 -05:00
load-control-point-array.tesc MSL: Declare arrays with proper type wrapper. 2019-10-26 17:57:34 +02:00
matrix-output.multi-patch.tesc MSL: Fix handling of matrices and structs in the output control point array. 2020-08-03 17:18:18 -05:00
reload-tess-level.multi-patch.tesc MSL: Don't use a bitcast for tessellation levels in tesc shaders. 2020-10-14 18:35:59 -05:00
reload-tess-level.tesc MSL: Don't use a bitcast for tessellation levels in tesc shaders. 2020-10-14 18:35:59 -05:00
struct-output.multi-patch.tesc MSL: Fix handling of matrices and structs in the output control point array. 2020-08-03 17:18:18 -05:00
water_tess.multi-patch.tesc MSL: Add support for processing more than one patch per workgroup. 2020-07-23 17:59:54 -05:00
water_tess.tesc Roll dependencies 2020-05-20 10:27:51 -04:00