• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkDescriptorSetLayoutCreateInfo,VkDescriptorSetLayoutCreateInfo]]
3[source,c++]
4----
5typedef struct VkDescriptorSetLayoutCreateInfo {
6    VkStructureType                        sType;
7    const void*                            pNext;
8    VkDescriptorSetLayoutCreateFlags       flags;
9    uint32_t                               bindingCount;
10    const VkDescriptorSetLayoutBinding*    pBindings;
11} VkDescriptorSetLayoutCreateInfo;
12----
13