24 Jan
2024
24 Jan
'24
7:44 a.m.
On Tue Jan 23 13:54:18 2024 +0000, Giovanni Mascellani wrote:
Minor nitpick, but I'd use `&src_param[0]` instead of `src_param`. While `instruction_src_params_alloc()` technically returns an array, when the count is `1` I have been assigning it to a singular `src_param` variable and treating it as a single object. I think it ends up being easier to read.
-- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/589#note_58778