From 0e76e3fd433cc1e36428296deb09910ca9dc17c7 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Sat, 31 Oct 2015 00:31:16 +0800 Subject: bug 14887: Documenting Valid Behavior in the Spec (WIP) MR544 introduced header changes accidentally and MR573 fixed some of them. Not sure if this pBindings-to-pBinding rename is intensional or not. s/pBindings/pBinding/g https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14887 --- include/vulkan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/vulkan.h b/include/vulkan.h index 41ca6c53..6963cfa4 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1848,7 +1848,7 @@ typedef struct VkDescriptorSetLayoutCreateInfo { const void* pNext; VkDescriptorSetLayoutCreateFlags flags; uint32_t bindingCount; - const VkDescriptorSetLayoutBinding* pBindings; + const VkDescriptorSetLayoutBinding* pBinding; } VkDescriptorSetLayoutCreateInfo; typedef struct VkDescriptorPoolSize { -- cgit v1.2.3