On Sat Apr 29 21:49:12 2023 +0000, Ethan Lee wrote:
changed this line in [version 12 of the diff](/wine/vkd3d/-/merge_requests/178/diffs?diff_id=44729&start_sha=d2ca24b0135ebdc5539d53b5e4d65920086705f2#9155b9453b4ec8ea0b9b025dfb55c061bd931610_3191_3183)
Had some time so I got this in - one slight change was that data_type could not be used directly (it could be a matrix which is unsupported), so that was replaced with `get_scalar_type(arg->data_type->base_type)`. Still, cleaner than before!
As a bonus, I also reordered the commits to do tests first, fix second.