// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[VkDescriptorPoolSize,VkDescriptorPoolSize]] [source,c++] ---- typedef struct VkDescriptorPoolSize { VkDescriptorType type; uint32_t descriptorCount; } VkDescriptorPoolSize; ----