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:21:48 -0700 |
| commit | ed57756e9b7768023aab49f540e09911a28046cb (patch) | |
| tree | 6aa81ed973d9504dea929bd252dc86a32efd916e /include | |
| parent | 42a3bbf90005f7efb7fafb1cd04891e3a5ff3fc8 (diff) | |
| download | usermoji-ed57756e9b7768023aab49f540e09911a28046cb.tar.xz | |
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
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vulkan.h b/include/vulkan.h index f233790c..df7c4615 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1831,6 +1831,7 @@ typedef struct VkSamplerCreateInfo { } VkSamplerCreateInfo; typedef struct VkDescriptorSetLayoutBinding { + uint32_t binding; VkDescriptorType descriptorType; uint32_t arraySize; VkShaderStageFlags stageFlags; |
