VkDescriptorUpdateTemplateCreateInfoKHR

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
VkDescriptorUpdateTemplateCreateFlagsKHR flags;
Undocumented in source.
pDescriptorUpdateEntries
const(VkDescriptorUpdateTemplateEntryKHR)* pDescriptorUpdateEntries;
Undocumented in source.
pNext
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
VkDescriptorUpdateTemplateTypeKHR templateType;
Undocumented in source.

Meta