On Thu Jan 11 10:06:30 2024 +0000, Giovanni Mascellani wrote:
I think these blocks can be made more readable with a few helpers, see again https://gitlab.winehq.org/giomasce/vkd3d/-/commit/b771e30fd5c5f52478c9f92f8c.... Notice that using those helpers is currently a bit more annoying than it could be because `dst` and `src` are pointers to `const` in `vkd3d_shader_instruction`. I plan to overcome this by submitting a MR to remove that `const`.
Well, it was easier to do than to postpone, so I did it: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/554.