From a8fac76ea697fda9d2931b704ff4ef2c959060a9 Mon Sep 17 00:00:00 2001 From: Aitor Camacho Date: Wed, 10 Dec 2025 11:07:49 +0900 Subject: [PATCH] kk: Enable vertexPipelineStoresAndAtomics 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 9ed209be27e..3d22e366a26 100644 --- a/src/kosmickrisp/vulkan/kk_physical_device.c +++ b/src/kosmickrisp/vulkan/kk_physical_device.c @@ -183,6 +183,7 @@ kk_get_device_features( .textureCompressionASTC_LDR = true, .textureCompressionBC = true, .textureCompressionETC2 = true, + .vertexPipelineStoresAndAtomics = true, /* Vulkan 1.1 */ .multiview = true,