vkd3d: Use mutable descriptors if available.
All threads resolved!
All threads resolved!
Merge request reports
Activity
added 10 commits
-
2bb89d2f...21491d1b - 9 commits from branch
wine:master
- 7d296172 - vkd3d: Use mutable descriptors if available.
-
2bb89d2f...21491d1b - 9 commits from branch
added 1 commit
- 1fcd133a - vkd3d: Use mutable descriptors if available.
added 1 commit
- 98253b72 - vkd3d: Use mutable descriptors if available.
- Resolved by Giovanni Mascellani
Another thing that
VK_EXT_mutable_descriptor_type
enables is flagsVK_DESCRIPTOR_POOL_CREATE_HOST_ONLY_BIT_EXT
andVK_DESCRIPTOR_SET_LAYOUT_CREATE_HOST_ONLY_POOL_BIT_EXT
. How hard/useful would it be to support those? AFAIU using those bits we're less constrained by the total number of descriptors in unused heaps and by synchronization requirements.
- Resolved by Giovanni Mascellani
added 49 commits
-
98253b72...50cebc72 - 48 commits from branch
wine:master
- a2db6892 - vkd3d: Use mutable descriptors if available.
-
98253b72...50cebc72 - 48 commits from branch
added 1 commit
- 4c205238 - vkd3d: Use mutable descriptors if available.
added 1 commit
- aa9cd1ed - vkd3d: Use mutable descriptors if available.
Please register or sign in to reply