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