Uses of Interface
club.doki7.vma.datatype.IVmaVirtualAllocationCreateInfo
Packages that use IVmaVirtualAllocationCreateInfo
-
Uses of IVmaVirtualAllocationCreateInfo in club.doki7.vma
Methods in club.doki7.vma with parameters of type IVmaVirtualAllocationCreateInfoModifier and TypeMethodDescriptionint
VMA.virtualAllocate
(VmaVirtualBlock virtualBlock, IVmaVirtualAllocationCreateInfo pCreateInfo, VmaVirtualAllocation.Ptr pAllocation, @Nullable LongPtr pOffset) Allocates new virtual allocation inside givenVmaVirtualBlock
. -
Uses of IVmaVirtualAllocationCreateInfo in club.doki7.vma.datatype
Classes in club.doki7.vma.datatype that implement IVmaVirtualAllocationCreateInfoModifier and TypeClassDescriptionfinal record
Parameters of created virtual allocation to be passed to vmaVirtualAllocate().static final record
Represents a pointer to / an array of null structure(s) in native memory.