Class VkCommandPoolCreateInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkCommandPoolCreateInfo extends Struct<VkCommandPoolCreateInfo> implements NativeResource

 struct VkCommandPoolCreateInfo {
     VkStructureType sType;
     void const * pNext;
     VkCommandPoolCreateFlags flags;
     uint32_t queueFamilyIndex;
 }