From 82259f88ddc862190b2e822f0f4b87b106e161fa Mon Sep 17 00:00:00 2001 From: Chad Versace Date: Wed, 7 Oct 2015 10:43:44 -0700 Subject: [PATCH] vk/0.170.2: Update VkImageViewCreateInfo --- include/vulkan/vulkan.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/vulkan/vulkan.h b/include/vulkan/vulkan.h index 65da0a89c93..19916a14526 100644 --- a/include/vulkan/vulkan.h +++ b/include/vulkan/vulkan.h @@ -1549,6 +1549,7 @@ typedef struct { VkFormat format; VkChannelMapping channels; VkImageSubresourceRange subresourceRange; + VkImageViewCreateFlags flags; } VkImageViewCreateInfo; typedef struct { -- 2.30.2