anv: enable accelerationStructureCaptureReplay

This should work just like any other buffer capture/replay.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38255>
This commit is contained in:
Lionel Landwerlin 2025-11-05 11:43:54 +02:00 committed by Marge Bot
parent bb532a7a39
commit 9c5b0c28ee

View file

@ -573,7 +573,7 @@ get_features(const struct anv_physical_device *pdevice,
/* VK_KHR_acceleration_structure */
.accelerationStructure = rt_enabled,
.accelerationStructureCaptureReplay = false, /* TODO */
.accelerationStructureCaptureReplay = true,
.accelerationStructureIndirectBuild = false, /* TODO */
.accelerationStructureHostCommands = false,
.descriptorBindingAccelerationStructureUpdateAfterBind = rt_enabled,