From 2aa63d768c60ec56e9064a1e423b9380ba9ddb66 Mon Sep 17 00:00:00 2001 From: Tony Barbour Date: Thu, 25 Jun 2015 15:41:47 -0600 Subject: vulkan.h: V109 -- Remove minLod from VkImageViewCreateInfo --- include/vulkan.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/vulkan.h b/include/vulkan.h index ab03c59d..ba448b4d 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -33,7 +33,7 @@ #include "vk_platform.h" // Vulkan API version supported by this file -#define VK_API_VERSION VK_MAKE_VERSION(0, 108, 0) +#define VK_API_VERSION VK_MAKE_VERSION(0, 109, 0) #ifdef __cplusplus extern "C" @@ -1491,7 +1491,6 @@ typedef struct VkImageViewCreateInfo_ VkFormat format; VkChannelMapping channels; VkImageSubresourceRange subresourceRange; - float minLod; } VkImageViewCreateInfo; typedef struct VkColorAttachmentViewCreateInfo_ -- cgit v1.2.3