Class VkMemoryAllocateInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkMemoryAllocateInfo extends Struct<VkMemoryAllocateInfo> implements NativeResource

 struct VkMemoryAllocateInfo {
     VkStructureType sType;
     void const * pNext;
     VkDeviceSize allocationSize;
     uint32_t memoryTypeIndex;
 }