From 9c5b0c28ee2a19218e390718dce0d25d14825990 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Wed, 5 Nov 2025 11:43:54 +0200 Subject: [PATCH] anv: enable accelerationStructureCaptureReplay This should work just like any other buffer capture/replay. Signed-off-by: Lionel Landwerlin Reviewed-by: Sagar Ghuge Part-of: --- src/intel/vulkan/anv_physical_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/anv_physical_device.c b/src/intel/vulkan/anv_physical_device.c index c2d16511a6d..248b1942c9c 100644 --- a/src/intel/vulkan/anv_physical_device.c +++ b/src/intel/vulkan/anv_physical_device.c @@ -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,