From 16820bdde294d59425fda6e115ae7b2d1e532e51 Mon Sep 17 00:00:00 2001 From: Matthew Date: Sun, 17 Aug 2025 13:03:13 +1000 Subject: [PATCH] another typo --- vulkan.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vulkan.d b/vulkan.d index aa20cc8..6942d29 100644 --- a/vulkan.d +++ b/vulkan.d @@ -2164,7 +2164,7 @@ Write(Vulkan* vk, DescSet set, ImageView* view, u32 index, DescType type) { VkDescriptorImageInfo info = { imageView: view.view, - imagelayout: view.layout, + imageLayout: view.layout, }; VkWriteDescriptorSet write = {