From 238f34308a6948026236ecd43a3b26b477db3d93 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Wed, 30 Dec 2015 18:01:16 -0700 Subject: misc: rename descriptorSetlayout pBinding; update to header vers 217 --- include/vulkan/vulkan.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/vulkan') diff --git a/include/vulkan/vulkan.h b/include/vulkan/vulkan.h index 85fe96d3..47d01f2d 100644 --- a/include/vulkan/vulkan.h +++ b/include/vulkan/vulkan.h @@ -41,7 +41,7 @@ extern "C" { ((major << 22) | (minor << 12) | patch) // Vulkan API version supported by this file -#define VK_API_VERSION VK_MAKE_VERSION(0, 216, 1) +#define VK_API_VERSION VK_MAKE_VERSION(0, 217, 0) #define VK_NULL_HANDLE 0 @@ -1882,7 +1882,7 @@ typedef struct VkDescriptorSetLayoutCreateInfo { const void* pNext; VkDescriptorSetLayoutCreateFlags flags; uint32_t bindingCount; - const VkDescriptorSetLayoutBinding* pBinding; + const VkDescriptorSetLayoutBinding* pBindings; } VkDescriptorSetLayoutCreateInfo; typedef struct VkDescriptorPoolSize { -- cgit v1.2.3