SPIRV-Cross/shaders-msl/asm
Hans-Kristian Arntzen 361fe52c9d MSL: Properly support passing parameters by value.
MSL would force thread const& which would not work if the input argument
came from a different storage class.

Emit proper non-reference arguments for such values.
2018-08-06 15:43:51 +02:00
..
comp Add test shader for subgroup. 2018-04-11 10:29:47 +02:00
frag MSL: Properly support passing parameters by value. 2018-08-06 15:43:51 +02:00
vert Deal with some builtins being declared with wrong signedness. 2018-06-22 11:30:56 +02:00