vk/0.170.2: Update VkImageSubresourceRange

Replace 'aspect' with 'aspectMask'.
This commit is contained in:
Chad Versace
2015-10-05 06:48:14 -07:00
parent 568654d606
commit 7a089bd1a6
6 changed files with 45 additions and 32 deletions

View File

@@ -1505,7 +1505,7 @@ typedef struct {
} VkChannelMapping;
typedef struct {
VkImageAspect aspect;
VkImageAspectFlags aspectMask;
uint32_t baseMipLevel;
uint32_t mipLevels;
uint32_t baseArraySlice;