From 0210c241868bf3bf60d160f3e17ccb8e49e44688 Mon Sep 17 00:00:00 2001 From: Kelsi Date: Mon, 23 Feb 2026 18:51:33 -0800 Subject: [PATCH] Pin vk-bootstrap to v1.3.302 for Vulkan 1.3 header compatibility Latest vk-bootstrap HEAD uses Vulkan 1.4 types (VkPhysicalDeviceVertexAttributeDivisorFeatures) that don't exist in the Vulkan 1.3.275 headers shipped by Ubuntu 24.04. Pin to v1.3.302, the latest release compatible with Vulkan 1.3 headers. --- extern/vk-bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extern/vk-bootstrap b/extern/vk-bootstrap index 4d622d85..2e7c8e83 160000 --- a/extern/vk-bootstrap +++ b/extern/vk-bootstrap @@ -1 +1 @@ -Subproject commit 4d622d8550b3ba9ba1e998b01a469fb387e33ffd +Subproject commit 2e7c8e8323c0fe7efc96dc241610fcba35d8f530