From f2899b1af25681374cf9d3566853f42ec4e8e546 Mon Sep 17 00:00:00 2001 From: Chad Versace Date: Tue, 7 Jul 2015 15:10:34 -0700 Subject: [PATCH] vk: Pull in #defines from 0.130 header Despite not being used yet, pulling in the macros does diminish the header diff. --- include/vulkan/vulkan.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/vulkan/vulkan.h b/include/vulkan/vulkan.h index c42c050b4ea..281dac03337 100644 --- a/include/vulkan/vulkan.h +++ b/include/vulkan/vulkan.h @@ -56,8 +56,13 @@ extern "C" { #define VK_MAX_PHYSICAL_DEVICE_NAME 256 +#define VK_UUID_LENGTH 16 #define VK_MAX_EXTENSION_NAME 256 +#define VK_MAX_MEMORY_TYPES 32 +#define VK_MAX_MEMORY_HEAPS 16 #define VK_LOD_CLAMP_NONE MAX_FLOAT +#define VK_LAST_MIP_LEVEL UINT32_MAX +#define VK_LAST_ARRAY_SLICE UINT32_MAX #define VK_WHOLE_SIZE UINT64_MAX #define VK_TRUE 1 #define VK_FALSE 0 -- 2.30.2