Class VkDescriptorPoolCreateInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDescriptorPoolCreateInfo extends Struct<VkDescriptorPoolCreateInfo> implements NativeResource

 struct VkDescriptorPoolCreateInfo {
     VkStructureType sType;
     void const * pNext;
     VkDescriptorPoolCreateFlags flags;
     uint32_t maxSets;
     uint32_t poolSizeCount;
     {@link VkDescriptorPoolSize VkDescriptorPoolSize} const * pPoolSizes;
 }