From fc465b826fb673984296411f5065902f55b2b0ae Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Thu, 10 Sep 2015 16:38:41 -0600 Subject: bug 14313: Rename ArraySlice to ArrayLayer --- include/vulkan.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/vulkan.h b/include/vulkan.h index 8218a67f..62a352e3 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -128,7 +128,7 @@ VK_DEFINE_NONDISP_HANDLE(VkCmdPool) #define VK_LOD_CLAMP_NONE 1000.0f #define VK_REMAINING_MIP_LEVELS (~0U) -#define VK_REMAINING_ARRAY_SLICES (~0U) +#define VK_REMAINING_ARRAY_LAYERS (~0U) #define VK_WHOLE_SIZE (~0ULL) #define VK_ATTACHMENT_UNUSED (~0U) #define VK_TRUE 1 @@ -1423,7 +1423,7 @@ typedef struct { typedef struct { VkImageAspect aspect; uint32_t mipLevel; - uint32_t arraySlice; + uint32_t arrayLayer; } VkImageSubresource; typedef struct { @@ -1523,7 +1523,7 @@ typedef struct { VkImageAspect aspect; uint32_t baseMipLevel; uint32_t mipLevels; - uint32_t baseArraySlice; + uint32_t baseArrayLayer; uint32_t arraySize; } VkImageSubresourceRange; -- cgit v1.2.3