|
|
|
@ -335,8 +335,8 @@ BufferCacheRuntime::BufferCacheRuntime(const Device& device_, MemoryAllocator& m |
|
|
|
quad_index_pass(device, scheduler, descriptor_pool, staging_pool, |
|
|
|
compute_pass_descriptor_queue) { |
|
|
|
const VkDriverIdKHR driver_id = device.GetDriverID(); |
|
|
|
limit_dynamic_storage_buffers = driver_id == VK_DRIVER_ID_QUALCOMM_PROPRIETARY || |
|
|
|
driver_id == VK_DRIVER_ID_ARM_PROPRIETARY; |
|
|
|
limit_dynamic_storage_buffers = driver_id == VK_DRIVER_ID_QUALCOMM_PROPRIETARY |
|
|
|
|| driver_id == VK_DRIVER_ID_ARM_PROPRIETARY; |
|
|
|
if (limit_dynamic_storage_buffers) { |
|
|
|
max_dynamic_storage_buffers = device.GetMaxDescriptorSetStorageBuffersDynamic(); |
|
|
|
} |
|
|
|
|