Henri Verbeet pushed to branch master at wine / vkd3d
Commits: 966e6277 by Conor McCarthy at 2024-09-23T15:45:26+02:00 tests/d3d12: Test a bounded range at the same offset as an unbounded one in test_unbounded_resource_arrays().
- - - - - 945e8a90 by Conor McCarthy at 2024-09-23T15:45:26+02:00 vkd3d: Sort bounded descriptor ranges after unbounded ones of equal offset.
Enables the bounded range to be mapped to the unbounded one, instead of being mapped to a separate binding which will be populated from the same d3d12 descriptors as the unbounded one.
- - - - -
2 changed files:
- libs/vkd3d/state.c - tests/d3d12.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/650bf4d83f5bf0a2ed71ac3b73714...