1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkDescriptorPoolSize,VkDescriptorPoolSize]]
3[source,c++]
4----
5typedef struct VkDescriptorPoolSize {
6 VkDescriptorType type;
7 uint32_t descriptorCount;
8} VkDescriptorPoolSize;
9----
10