summaryrefslogtreecommitdiffstats
path: root/include/vulkan
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2015-10-06 10:27:50 -0700
committerJason Ekstrand <[email protected]>2015-10-06 14:08:08 -0700
commit1e4263b7d2e3d6f88527510eaaf6ca6df2ce4058 (patch)
treef490225077902ec825e231f3405c7a359b3d7432 /include/vulkan
parentd4446a7e58e4c57da68432ed108320936a910e5d (diff)
vk/0.170.2: s/baseArraySlice/baseArrayLayer/
Diffstat (limited to 'include/vulkan')
-rw-r--r--include/vulkan/vulkan.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vulkan/vulkan.h b/include/vulkan/vulkan.h
index 3498b46ab62..90df1cb5a5d 100644
--- a/include/vulkan/vulkan.h
+++ b/include/vulkan/vulkan.h
@@ -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;