SPIRV-Cross/shaders-msl
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
..
asm MSL: Fix OpAtomicIIncrement and OpAtomicIDecrement. 2018-09-11 17:29:54 -05:00
comp Add test shader for composite array initialization. 2018-09-10 10:05:00 +02:00
desktop-only MSL: Throw error on multisampled array textures. 2018-09-03 10:21:59 +02:00
flatten Use declared binding in SPIR-V as a fallback for explicit MSL binds. 2018-04-04 12:25:11 +02:00
frag Handle interpolation qualifiers on the entire struct, too. 2018-09-06 12:29:42 -05:00
legacy/vert Enhance MSL testing and add numerous MSL test cases. 2017-01-30 22:55:21 -05:00
vert Handle interpolation qualifiers on the entire struct, too. 2018-09-06 12:29:42 -05:00
vulkan MSL: Do not emit function constants for version < 1.2. 2018-09-07 09:33:34 +02:00