Class VmaVirtualAllocationCreateInfo

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VmaVirtualAllocationCreateInfo>
org.lwjgl.util.vma.VmaVirtualAllocationCreateInfo
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VmaVirtualAllocationCreateInfo extends org.lwjgl.system.Struct<VmaVirtualAllocationCreateInfo> implements org.lwjgl.system.NativeResource
Parameters of created virtual allocation to be passed to VirtualAllocate.

Layout


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