• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkDescriptorUpdateTemplateCreateInfo,VkDescriptorUpdateTemplateCreateInfo]]
3[source,c++]
4----
5typedef struct VkDescriptorUpdateTemplateCreateInfo {
6    VkStructureType                           sType;
7    void*                                     pNext;
8    VkDescriptorUpdateTemplateCreateFlags     flags;
9    uint32_t                                  descriptorUpdateEntryCount;
10    const VkDescriptorUpdateTemplateEntry*    pDescriptorUpdateEntries;
11    VkDescriptorUpdateTemplateType            templateType;
12    VkDescriptorSetLayout                     descriptorSetLayout;
13    VkPipelineBindPoint                       pipelineBindPoint;
14    VkPipelineLayout                          pipelineLayout;
15    uint32_t                                  set;
16} VkDescriptorUpdateTemplateCreateInfo;
17----
18