diff options
author | Jon Ashburn <jon@lunarg.com> | 2015-12-30 18:01:16 -0700 |
---|---|---|
committer | Jon Ashburn <jon@lunarg.com> | 2015-12-31 09:30:04 -0700 |
commit | adb61352bcf8a9c9080c562e7bca5d43230dd316 (patch) | |
tree | f9edfb1b9880baffad93603721568486e4bcb615 /include/vulkan/vulkan.h | |
parent | 98ce7e0df5c3add3df7216eef9fa6e49a2776c7a (diff) |
misc: rename descriptorSetlayout pBinding; update to header vers 217
Diffstat (limited to 'include/vulkan/vulkan.h')
-rw-r--r-- | include/vulkan/vulkan.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |