VkDescriptorUpdateTemplateCreateInfo

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

descriptorSetLayout
VkDescriptorSetLayout descriptorSetLayout;
Undocumented in source.
descriptorUpdateEntryCount
uint32_t descriptorUpdateEntryCount;
Undocumented in source.
flags
VkDescriptorUpdateTemplateCreateFlags flags;
Undocumented in source.
pDescriptorUpdateEntries
const(VkDescriptorUpdateTemplateEntry)* pDescriptorUpdateEntries;
Undocumented in source.
pNext
const(void)* pNext;
Undocumented in source.
pipelineBindPoint
VkPipelineBindPoint pipelineBindPoint;
Undocumented in source.
pipelineLayout
VkPipelineLayout pipelineLayout;
Undocumented in source.
sType
VkStructureType sType;
Undocumented in source.
set
uint32_t set;
Undocumented in source.
templateType
VkDescriptorUpdateTemplateType templateType;
Undocumented in source.

Meta