diff options
| author | Chia-I Wu <olv@lunarg.com> | 2015-10-31 00:31:16 +0800 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-11-03 15:19:06 -0700 |
| commit | 0e76e3fd433cc1e36428296deb09910ca9dc17c7 (patch) | |
| tree | 8cd44ebd453abaecf02b8d5233401ab39f2b2fd1 /include | |
| parent | 6348a912e40b66d71d75cdb598e0b21dc276934d (diff) | |
| download | usermoji-0e76e3fd433cc1e36428296deb09910ca9dc17c7.tar.xz | |
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
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
