mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
radv: Use the global BO list for acceleration structures.
We have nested structures so tracking this from the descriptor set is going to be a mess. Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11078>
This commit is contained in:
parent
f31bfda34a
commit
67e949a8f8
1 changed files with 2 additions and 1 deletions
|
|
@ -2880,7 +2880,8 @@ radv_CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo *pCr
|
|||
device->vk.enabled_extensions.EXT_descriptor_indexing ||
|
||||
device->vk.enabled_extensions.EXT_buffer_device_address ||
|
||||
device->vk.enabled_extensions.KHR_buffer_device_address ||
|
||||
device->vk.enabled_extensions.KHR_ray_tracing_pipeline;
|
||||
device->vk.enabled_extensions.KHR_ray_tracing_pipeline ||
|
||||
device->vk.enabled_extensions.KHR_acceleration_structure;
|
||||
|
||||
device->robust_buffer_access = robust_buffer_access || robust_buffer_access2;
|
||||
device->robust_buffer_access2 = robust_buffer_access2;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue