| // WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry | |
| [[VkDescriptorSetLayoutCreateInfo,VkDescriptorSetLayoutCreateInfo]] | |
| [source,c++] | |
| ---- | |
| typedef struct VkDescriptorSetLayoutCreateInfo { | |
| VkStructureType sType; | |
| const void* pNext; | |
| VkDescriptorSetLayoutCreateFlags flags; | |
| uint32_t bindingCount; | |
| const VkDescriptorSetLayoutBinding* pBindings; | |
| } VkDescriptorSetLayoutCreateInfo; | |
| ---- |