From: Chad Versace Date: Wed, 7 Oct 2015 17:43:44 +0000 (-0700) Subject: vk/0.170.2: Update VkImageViewCreateInfo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=82259f88ddc862190b2e822f0f4b87b106e161fa;p=mesa.git vk/0.170.2: Update VkImageViewCreateInfo --- 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 {