From d0291969ffbb8a02f481f7984d1cf50f6dfd1d7f Mon Sep 17 00:00:00 2001 From: Aitor Camacho Date: Thu, 29 Jan 2026 22:11:58 +0900 Subject: [PATCH] kk: Expose pushDescriptor from 1.4 Signed-off-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 3d22e366a26..dcea2477f28 100644 --- a/src/kosmickrisp/vulkan/kk_physical_device.c +++ b/src/kosmickrisp/vulkan/kk_physical_device.c @@ -262,6 +262,7 @@ kk_get_device_features( .vulkanMemoryModelDeviceScope = true, /* Vulkan 1.4 */ + .pushDescriptor = true, .vertexAttributeInstanceRateDivisor = true, .vertexAttributeInstanceRateZeroDivisor = true,