Nov. 24, 2023
7:41 a.m.
Unless I'm missing something, `synthetic_id` is just the block position in the `blocks` array plus 1.
The structuriser allocates ids in a particular order not identical to array order, but your code doesn't necessarily need to do that, so yes this can be removed at least for now. -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/491#note_53678