From a62f2856077e4e418db88a408b566a966493aad0 Mon Sep 17 00:00:00 2001 From: Jarrett Johnson Date: Mon, 20 Oct 2025 15:21:07 -0400 Subject: [PATCH] kk: advertise multiDrawIndirect Reviewed-by: Aitor Camacho Part-of: --- src/kosmickrisp/vulkan/kk_physical_device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kosmickrisp/vulkan/kk_physical_device.c b/src/kosmickrisp/vulkan/kk_physical_device.c index 2f9ce537f6e..4b44cfe1cc8 100644 --- a/src/kosmickrisp/vulkan/kk_physical_device.c +++ b/src/kosmickrisp/vulkan/kk_physical_device.c @@ -193,6 +193,7 @@ kk_get_device_features( .descriptorIndexing = true, .hostQueryReset = true, .imagelessFramebuffer = true, + .multiDrawIndirect = true, .runtimeDescriptorArray = true, .scalarBlockLayout = true, .separateDepthStencilLayouts = true,