mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-16 12:40:34 +01:00
venus: amend to mark descriptor size cache initialized
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40085>
This commit is contained in:
parent
82917805ab
commit
718ecfc008
1 changed files with 2 additions and 0 deletions
|
|
@ -3103,6 +3103,8 @@ vn_GetPhysicalDeviceDescriptorSizeEXT(VkPhysicalDevice physicalDevice,
|
|||
vn_call_vkGetPhysicalDeviceDescriptorSizeEXT(
|
||||
ring, physicalDevice, vn_descriptor_heap_types[i]);
|
||||
}
|
||||
|
||||
physical_dev->descriptor_sizes_initialized = true;
|
||||
}
|
||||
simple_mtx_unlock(&physical_dev->mutex);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue