From: Chad Versace Date: Tue, 7 Jul 2015 22:10:34 +0000 (-0700) Subject: vk: Pull in #defines from 0.130 header X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f2899b1af25681374cf9d3566853f42ec4e8e546;p=mesa.git vk: Pull in #defines from 0.130 header Despite not being used yet, pulling in the macros does diminish the header diff. --- 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