SPIRV-Cross/shaders-msl-no-opt/vert
Hans-Kristian Arntzen a4a9b53b5b MSL: Always enable Outputs in vertex stages.
Subsequent stages can legally attempt to read from these variables,
which causes compilation failure.

Always make sure we emit user outputs in vertex shaders if they are
active in the entry point.
2021-01-07 11:24:47 +01:00
..
functions_nested.vert MSL test shader refactoring to avoid optimization crashes. 2017-12-26 18:40:46 -05:00
layer.msl11.invalid.vert Move .invalid. test shaders to the more appropriate subfolders. 2019-11-06 10:40:37 +01:00
pass-array-by-value.force-native-array.vert MSL: Reintroduce workaround for constant arrays being passed by value. 2020-02-24 13:22:52 +01:00
pass-array-by-value.vert MSL: Fix case where we pass arrays to functions by value. 2019-01-14 11:00:14 +01:00
uninitialized-vertex-output.vert MSL: Always enable Outputs in vertex stages. 2021-01-07 11:24:47 +01:00
unused-subgroup-builtin.msl22.vert spirv_msl: Don't add fixup hooks for builtin variables if they're unused. 2020-11-25 13:41:12 -05:00
viewport-index.msl2.invalid.vert Move .invalid. test shaders to the more appropriate subfolders. 2019-11-06 10:40:37 +01:00