SPIRV-Cross/shaders
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
..
amd Rewrite everything to use Bitset rather than uint64_t. 2018-03-12 13:24:14 +01:00
asm MSL: Properly support passing parameters by value. 2018-08-06 15:43:51 +02:00
comp Handle inout properly with split access chains. 2018-05-11 10:15:42 +02:00
desktop-only Support dual-source blending on GLSL and MSL. 2018-04-03 16:04:49 +02:00
flatten Fix a lot of redundant code when loading flattened composites. 2018-07-06 10:57:23 +02:00
frag Add some tests for LUT promotion. 2018-07-05 14:14:18 +02:00
geom Add explicit in/out locations everywhere. 2017-06-21 09:39:08 +02:00
legacy Rewrite everything to use Bitset rather than uint64_t. 2018-03-12 13:24:14 +01:00
tesc Add explicit in/out locations everywhere. 2017-06-21 09:39:08 +02:00
tese Add explicit in/out locations everywhere. 2017-06-21 09:39:08 +02:00
vert Force recompile if we add row-major transpose functions in MSL. 2018-05-04 09:43:34 +02:00
vulkan Support ternary expressions in OpSpecConstantOp. 2018-06-25 09:49:13 +02:00