SPIRV-Cross/reference
Chip Davis 1264e2705e MSL: Cast broadcast booleans to ushort.
Metal doesn't support broadcasting or shuffling boolean values, but we
can work around that by casting it to `ushort`, then casting it back to
`bool`. I used `ushort` instead of `uint` because 16-bit values give
better throughput on Apple GPUs.
2020-10-23 21:55:46 -05:00
..
opt MSL: Don't remove periods from swizzle buffer index exprs. 2020-10-20 17:47:40 -05:00
shaders GLSL: Add support for transform_feedback3 geometry streams. 2020-09-30 13:01:35 +02:00
shaders-hlsl HLSL: Fix FragCoord.w. 2020-08-20 16:22:48 +02:00
shaders-hlsl-no-opt Merge pull request #1448 from KhronosGroup/fix-1437 2020-08-20 19:21:50 +02:00
shaders-msl MSL: Don't remove periods from swizzle buffer index exprs. 2020-10-20 17:47:40 -05:00
shaders-msl-no-opt MSL: Cast broadcast booleans to ushort. 2020-10-23 21:55:46 -05:00
shaders-no-opt Style nits for GL subgroup implementation. 2020-10-08 13:25:29 +02:00
shaders-reflection Overhaul how we deal with reserved identifiers. 2020-08-21 16:33:27 +02:00
shaders-ue4/asm MSL: Support atomic access to images from argument buffers. 2020-10-13 02:37:18 -05:00
shaders-ue4-no-opt/asm Implement context-sensitive expression read tracking. 2020-06-29 12:20:35 +02:00