Uses of Record Class
club.doki7.vma.handle.VmaVirtualAllocation.Ptr
Packages that use VmaVirtualAllocation.Ptr
-
Uses of VmaVirtualAllocation.Ptr in club.doki7.vma
Methods in club.doki7.vma with parameters of type VmaVirtualAllocation.PtrModifier and TypeMethodDescriptionint
VMA.virtualAllocate
(VmaVirtualBlock virtualBlock, IVmaVirtualAllocationCreateInfo pCreateInfo, VmaVirtualAllocation.Ptr pAllocation, @Nullable LongPtr pOffset) Allocates new virtual allocation inside givenVmaVirtualBlock
. -
Uses of VmaVirtualAllocation.Ptr in club.doki7.vma.handle
Methods in club.doki7.vma.handle that return VmaVirtualAllocation.PtrModifier and TypeMethodDescriptionstatic VmaVirtualAllocation.Ptr
static VmaVirtualAllocation.Ptr
static VmaVirtualAllocation.Ptr
VmaVirtualAllocation.Ptr.allocate
(Arena arena, @Nullable VmaVirtualAllocation @NotNull [] values) static VmaVirtualAllocation.Ptr
VmaVirtualAllocation.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VmaVirtualAllocation> values) static VmaVirtualAllocation.Ptr
VmaVirtualAllocation.Ptr.allocateV
(Arena arena, @Nullable VmaVirtualAllocation value0, @Nullable VmaVirtualAllocation... values) VmaVirtualAllocation.Ptr.offset
(long offset) VmaVirtualAllocation.Ptr.reinterpret
(long newSize) Assume theVmaVirtualAllocation.Ptr
is capable of holding at leastnewSize
handles, create a new viewVmaVirtualAllocation.Ptr
that uses the same backing storage as thisVmaVirtualAllocation.Ptr
, but with the new size.VmaVirtualAllocation.Ptr.slice
(long end) VmaVirtualAllocation.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).