Class VkDescriptorPoolSize

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDescriptorPoolSize extends Struct<VkDescriptorPoolSize> implements NativeResource

 struct VkDescriptorPoolSize {
     VkDescriptorType type;
     uint32_t descriptorCount;
 }