VkPipelineLayoutCreateInfo

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Members

Variables

flags
VkPipelineLayoutCreateFlags flags;
Undocumented in source.
pNext
const(void)* pNext;
Undocumented in source.
pPushConstantRanges
const(VkPushConstantRange)* pPushConstantRanges;
Undocumented in source.
pSetLayouts
const(VkDescriptorSetLayout)* pSetLayouts;
Undocumented in source.
pushConstantRangeCount
uint32_t pushConstantRangeCount;
Undocumented in source.
sType
VkStructureType sType;
Undocumented in source.
setLayoutCount
uint32_t setLayoutCount;
Undocumented in source.

Meta