aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTony Barbour <tony@LunarG.com>2015-06-25 15:41:47 -0600
committerTony Barbour <tony@LunarG.com>2015-06-25 15:41:47 -0600
commit2aa63d768c60ec56e9064a1e423b9380ba9ddb66 (patch)
treebfb31b909320f5eee661e363ec290cc85e322cef /include
parentecf1b2ba983f3b19aae99608064a2a3762860556 (diff)
downloadusermoji-2aa63d768c60ec56e9064a1e423b9380ba9ddb66.tar.xz
vulkan.h: V109 -- Remove minLod from VkImageViewCreateInfo
Diffstat (limited to 'include')
-rw-r--r--include/vulkan.h3
1 files changed, 1 insertions, 2 deletions
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_