blob: d507b8315bba1dbdc3e98f3fa93bd1e804825f32 [file] [log] [blame]
// 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;
----