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 | 238f34308a6948026236ecd43a3b26b477db3d93 (patch) | |
| tree | ab064cc3ea1d301b697bc0dc82eacf3e98c48603 /include/vulkan | |
| parent | 244c6d08c5377655292d55e4d5b70a07b2ef227e (diff) | |
| download | usermoji-238f34308a6948026236ecd43a3b26b477db3d93.tar.xz | |
misc: rename descriptorSetlayout pBinding; update to header vers 217
Diffstat (limited to 'include/vulkan')
| -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 { |
