14 Sep
2023
14 Sep
'23
11:45 a.m.
Giovanni Mascellani (@giomasce) commented about libs/vkd3d-shader/dxil.c:
sm6_parser_init_output_signature(sm6, output_signature);
+ if (version.type == VKD3D_SHADER_TYPE_COMPUTE) + sm6_parser_emit_thread_group(sm6);
I'm not sure I understand what's to be gained here: this look like a workaround for a specific crash of a Vulkan implementation, but SM6 support is still so early that there is basically no compute shader that you can throw at it. So why should we address this specific crash? -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/345#note_45343