aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2015-10-31 00:31:16 +0800
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-11-03 15:21:48 -0700
commited57756e9b7768023aab49f540e09911a28046cb (patch)
tree6aa81ed973d9504dea929bd252dc86a32efd916e /include
parent42a3bbf90005f7efb7fafb1cd04891e3a5ff3fc8 (diff)
downloadusermoji-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.h1
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;