diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-08-28 16:47:15 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-08-31 09:48:47 -0600 |
| commit | af20afe9e745bd1841bbb7c43c90bc3f69c32fb3 (patch) | |
| tree | ec5a8983d40401f3a6bbef2b25c9437bfd027660 /include/vulkan.h | |
| parent | ee7751ae8cf29768dbe3dc03adc53de4c32dbeb1 (diff) | |
| download | usermoji-af20afe9e745bd1841bbb7c43c90bc3f69c32fb3.tar.xz | |
bug-14532: Rename VK_LAST_* to VK_REMAINING_*
https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14532
Diffstat (limited to 'include/vulkan.h')
| -rw-r--r-- | include/vulkan.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vulkan.h b/include/vulkan.h index b7464a11..36808ed1 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -128,8 +128,8 @@ VK_DEFINE_NONDISP_HANDLE(VkFramebuffer) VK_DEFINE_NONDISP_HANDLE(VkCmdPool) #define VK_LOD_CLAMP_NONE 1000.0f -#define VK_LAST_MIP_LEVEL (~0U) -#define VK_LAST_ARRAY_SLICE (~0U) +#define VK_REMAINING_MIP_LEVELS (~0U) +#define VK_REMAINING_ARRAY_SLICES (~0U) #define VK_WHOLE_SIZE (~0ULL) #define VK_ATTACHMENT_UNUSED (~0U) #define VK_TRUE 1 |
