From 7b717805bf53287fe2f35f9672b926f84bf9fb67 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 11 Dec 2024 12:46:50 -0500 Subject: [PATCH] hk: enable bufferDeviceAddressCaptureReplay Signed-off-by: Alyssa Rosenzweig Part-of: --- src/asahi/vulkan/hk_physical_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asahi/vulkan/hk_physical_device.c b/src/asahi/vulkan/hk_physical_device.c index fdb2d5905c1..9a8a6d96558 100644 --- a/src/asahi/vulkan/hk_physical_device.c +++ b/src/asahi/vulkan/hk_physical_device.c @@ -326,7 +326,7 @@ hk_get_device_features( .hostQueryReset = true, .timelineSemaphore = true, .bufferDeviceAddress = true, - .bufferDeviceAddressCaptureReplay = false, + .bufferDeviceAddressCaptureReplay = true, .bufferDeviceAddressMultiDevice = false, .vulkanMemoryModel = true, .vulkanMemoryModelDeviceScope = true,