SPIRV-Cross/shaders-msl/asm
Chip Davis 41eb5c43b5 MSL: Fix OpAtomicIIncrement and OpAtomicIDecrement.
We were passing a constant '1' to `emit_atomic_func_op()`--which caused
us to refer to SPIR-V value `%1`, which is almost certainly not what we
want! What we really want is to add/subtract the literal constant '1'
to/from the memory location.
2018-09-11 17:29:54 -05:00
..
comp MSL: Fix OpAtomicIIncrement and OpAtomicIDecrement. 2018-09-11 17:29:54 -05:00
frag MSL: Handle interpolation qualifiers. 2018-09-05 12:02:07 -05:00
vert Deal with some builtins being declared with wrong signedness. 2018-06-22 11:30:56 +02:00