1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkPipelineLayoutCreateInfo,VkPipelineLayoutCreateInfo]] 3[source,c++] 4---- 5typedef struct VkPipelineLayoutCreateInfo { 6 VkStructureType sType; 7 const void* pNext; 8 VkPipelineLayoutCreateFlags flags; 9 uint32_t setLayoutCount; 10 const VkDescriptorSetLayout* pSetLayouts; 11 uint32_t pushConstantRangeCount; 12 const VkPushConstantRange* pPushConstantRanges; 13} VkPipelineLayoutCreateInfo; 14---- 15