27 Sep
2023
27 Sep
'23
4:30 p.m.
```diff if (param->reg.type != VKD3DSPR_IMMCONST && param->reg.type != VKD3DSPR_IMMCONST64 - && param->reg.type != VKD3DSPR_SAMPLER) + && param->reg.dimension == VSIR_DIMENSION_VEC4) ```
Does that make the IMMCONST/IMMCONST64 checks redundant as well? -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/369#note_46973