mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
venus: initialize bitset in CreateDescriptorPool()
Fixes: de5879447b ("Track bitset when create descriptor pool")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30286>
This commit is contained in:
parent
324ccd7430
commit
5c5df9376f
1 changed files with 1 additions and 0 deletions
|
|
@ -345,6 +345,7 @@ vn_CreateDescriptorPool(VkDevice device,
|
|||
i >= mutable_descriptor_info->mutableDescriptorTypeListCount) {
|
||||
BITSET_ONES(mutable_types);
|
||||
} else {
|
||||
BITSET_ZERO(mutable_types);
|
||||
const VkMutableDescriptorTypeListEXT *list =
|
||||
&mutable_descriptor_info->pMutableDescriptorTypeLists[i];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue