SPIRV-Cross/shaders-msl/asm
Hans-Kristian Arntzen 314efdcc42 MSL: Fix declaration of unused input variables.
In multiple-entry-point modules, we declared builtin inputs which were
not supposed to be used for that entry point.

Fix this, by being more strict when checking which builtins to emit.
2019-05-31 13:23:34 +02:00
..
comp Update to latest glslang/SPIRV-Tools. 2019-01-30 13:41:57 +01:00
frag Support emitting OpLine directive. 2019-05-28 13:44:24 +02:00
tesc MSL: Drop stores to nonexistent tess levels. 2019-02-20 09:11:24 -06:00
tese MSL: Force unnamed array builtin attributes to have a name. 2019-02-20 22:16:51 -06:00
vert MSL: Fix declaration of unused input variables. 2019-05-31 13:23:34 +02:00