vk: Pull in #defines from 0.130 header
authorChad Versace <chad.versace@intel.com>
Tue, 7 Jul 2015 22:10:34 +0000 (15:10 -0700)
committerChad Versace <chad.versace@intel.com>
Tue, 7 Jul 2015 22:11:30 +0000 (15:11 -0700)
Despite not being used yet, pulling in the macros does diminish the
header diff.

include/vulkan/vulkan.h

index c42c050b4eaf730539b0969dab00a89fe0426cee..281dac03337808c4ca7c97a1f54143a9012d5725 100644 (file)
@@ -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