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,