vk/0.130: Remove VkImageViewCreateInfo::minLod

It's now set solely through VkSampler.
This commit is contained in:
Chad Versace
2015-07-08 14:39:05 -07:00
parent 367b9ba78f
commit 4fcb32a17d
3 changed files with 13 additions and 9 deletions

View File

@@ -1348,7 +1348,6 @@ typedef struct {
VkFormat format;
VkChannelMapping channels;
VkImageSubresourceRange subresourceRange;
float minLod;
} VkImageViewCreateInfo;
typedef struct {