Class VmaPoolCreateInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VmaPoolCreateInfo extends Struct<VmaPoolCreateInfo> implements NativeResource

 struct VmaPoolCreateInfo {
     uint32_t memoryTypeIndex;
     VmaPoolCreateFlags flags;
     VkDeviceSize blockSize;
     size_t minBlockCount;
     size_t maxBlockCount;
     float priority;
     VkDeviceSize minAllocationAlignment;
     void * pMemoryAllocateNext;
 }