vk/0.170.2: s/baseArraySlice/baseArrayLayer/

This commit is contained in:
Jason Ekstrand
2015-10-06 10:27:50 -07:00
parent d4446a7e58
commit 1e4263b7d2
5 changed files with 13 additions and 13 deletions

View File

@@ -1397,7 +1397,7 @@ typedef struct {
typedef struct {
VkImageAspect aspect;
uint32_t mipLevel;
uint32_t arraySlice;
uint32_t arrayLayer;
} VkImageSubresource;
typedef struct {
@@ -1496,7 +1496,7 @@ typedef struct {
VkImageAspectFlags aspectMask;
uint32_t baseMipLevel;
uint32_t mipLevels;
uint32_t baseArraySlice;
uint32_t baseArrayLayer;
uint32_t arraySize;
} VkImageSubresourceRange;