From 462e211726245c3a3ba6627fff88c642ffd70ca1 Mon Sep 17 00:00:00 2001 From: Matthew Date: Sun, 14 Jun 2026 14:14:26 +1000 Subject: [PATCH] Revert "fix renderpass format" This reverts commit 4e9656031c34fe8cee5d0e16ef814df51b48c455. --- vulkan/vulkan.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vulkan/vulkan.d b/vulkan/vulkan.d index 9763ef4..de85623 100644 --- a/vulkan/vulkan.d +++ b/vulkan/vulkan.d @@ -3336,7 +3336,7 @@ Init(VulkanBuildInfo build_info, u64 permanent_mem, u64 frame_mem) VkAttachmentDescription[2] attach_descriptions = [ { - format: g_vk.present_images[0].image.format, + format: g_vk.present_image_format, samples: VK_SAMPLE_COUNT_1_BIT, loadOp: VK_ATTACHMENT_LOAD_OP_CLEAR, storeOp: VK_ATTACHMENT_STORE_OP_STORE,