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,