commit | d46e6ae846feb685c5860728df31724b3674c192 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@lunarg.com> | Sat Oct 31 00:31:16 2015 +0800 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Tue Nov 03 15:21:48 2015 -0700 |
tree | 4ecd1943988b63fab16197fddd3fc3632f9fef77 | |
parent | 91c16e59984cd3e760ef98d219a12b96d6ef3d79 [diff] [blame] |
bug 15022: Need a way to specify dummy descriptors for unused bindings (WIP) Add binding to VkDescriptorSetLayoutBinding. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=15022
diff --git a/include/vulkan.h b/include/vulkan.h index f233790..df7c461 100644 --- a/include/vulkan.h +++ b/include/vulkan.h
@@ -1831,6 +1831,7 @@ } VkSamplerCreateInfo; typedef struct VkDescriptorSetLayoutBinding { + uint32_t binding; VkDescriptorType descriptorType; uint32_t arraySize; VkShaderStageFlags stageFlags;