Class VmaVirtualAllocationCreateInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VmaVirtualAllocationCreateInfo extends Struct<VmaVirtualAllocationCreateInfo> implements NativeResource

 struct VmaVirtualAllocationCreateInfo {
     VkDeviceSize size;
     VkDeviceSize alignment;
     VmaVirtualAllocationCreateFlags flags;
     void * pUserData;
 }