aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-06-04 11:35:43 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-06-18 10:18:19 -0600
commitc4752463599568f9228de17f29387cbd1f85b0c1 (patch)
tree3346b0141ff4da4914adfbba1ce6715e8193cc14 /include
parentb6f6de527f8293d71e7933e937fa58f5e8850353 (diff)
downloadusermoji-c4752463599568f9228de17f29387cbd1f85b0c1.tar.xz
vulkan: Fix for bug 13785.
Implement proposal in comment #3. Agreed in June '15 Khronos face-to-face
Diffstat (limited to 'include')
-rw-r--r--include/vulkan.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/vulkan.h b/include/vulkan.h
index dbc6f866..5846ceb8 100644
--- a/include/vulkan.h
+++ b/include/vulkan.h
@@ -102,7 +102,9 @@ VK_DEFINE_NONDISP_SUBCLASS_HANDLE(VkRenderPass, VkNonDispatchable)
#define VK_MAX_EXTENSION_NAME 256
#define VK_LOD_CLAMP_NONE MAX_FLOAT
-#define VK_LAST_MIP_OR_SLICE 0xffffffff
+#define VK_LAST_MIP_LEVEL UINT32_MAX
+#define VK_LAST_ARRAY_SLICE UINT32_MAX
+
#define VK_WHOLE_SIZE UINT64_MAX