1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkDescriptorUpdateTemplateType,VkDescriptorUpdateTemplateType]] 3[source,c++] 4---- 5typedef enum VkDescriptorUpdateTemplateType { 6 VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET = 0, 7} VkDescriptorUpdateTemplateType; 8---- 9