Add acceleration structure limits #6803
Labels
api: dx12
Issues with DX12 or DXGI
api: vulkan
Issues with Vulkan
area: api
Issues related to API surface
area: validation
Issues related to validation, diagnostics, and error handling
feature: raytracing
Issues with the Ray Tracing Native Feature
type: enhancement
New feature or request
Is your feature request related to a problem? Please describe.
Currently users have no way to get the device limits for acceleration structures. This could be useful for users who need very large acceleration structures. We would also need to check these (we don't do anything right now).
Describe the solution you'd like
We should decide on limits names and defaults (probably just the smallest sizes, most of the sizes are beyond what most people need).
Describe alternatives you've considered
We could just set fixed values.
Additional context
see https://vulkan.gpuinfo.org/listpropertiesextensions.php and search
VK_KHR_acceleration_structure
The text was updated successfully, but these errors were encountered: