From 325109122ae62bea77d702e5d0a62dd3ce9a2036 Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Fri, 10 Jun 2022 20:11:44 +0200 Subject: [PATCH] nvk: advertise VK_KHR_copy_commands2 Part-of: --- src/nouveau/vulkan/nvk_physical_device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nouveau/vulkan/nvk_physical_device.c b/src/nouveau/vulkan/nvk_physical_device.c index 7ef5fa0..b7432f8 100644 --- a/src/nouveau/vulkan/nvk_physical_device.c +++ b/src/nouveau/vulkan/nvk_physical_device.c @@ -125,6 +125,7 @@ nvk_get_device_extensions(const struct nvk_physical_device *device, struct vk_device_extension_table *ext) { *ext = (struct vk_device_extension_table) { + .KHR_copy_commands2 = true, #ifdef NVK_USE_WSI_PLATFORM .KHR_swapchain = true, .KHR_swapchain_mutable_format = true, -- 2.7.4