vkd3d-shader/hlsl: Only error out on bind_count register reservation overlaps for SM1.
While on SM1 a register reservation reserves the whole size in registers of the variable's data type, overlapping conflicts are only checked up to the bind_count (used size) for each variable.
Merge request reports
Activity
I should have mentioned that this fixes the regression in:
https://bugs.winehq.org/show_bug.cgi?id=56785
Thanks @nsivov for pointing the problem out.
requested review from @zfigura
mentioned in merge request !926 (closed)
added 59 commits
-
43f0bc76...48ff7de8 - 57 commits from branch
wine:master
- 2179c79c - tests: Test register reservations on unused variables.
- 597e5569 - vkd3d-shader/hlsl: Only error out on bind_count register reservation overlaps for SM1.
-
43f0bc76...48ff7de8 - 57 commits from branch
Please register or sign in to reply