16 Aug
2023
16 Aug
'23
1:24 p.m.
Giovanni Mascellani (@giomasce) commented about libs/vkd3d-shader/dxil.c:
bool ret_found; enum { + RESULT_VOID,
What is `RESULT_VOID` needed for? You never test for it. In order to update the value count you just test for `dst->type`. -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/283#note_42471