Uses of Record Class
club.doki7.vma.datatype.VmaAllocationInfo.Ptr
Packages that use VmaAllocationInfo.Ptr
-
Uses of VmaAllocationInfo.Ptr in club.doki7.vma.datatype
Methods in club.doki7.vma.datatype that return VmaAllocationInfo.PtrModifier and TypeMethodDescriptionstatic VmaAllocationInfo.Ptr
@NotNull VmaAllocationInfo.Ptr
VmaAllocationInfo.Ptr.offset
(long offset) @NotNull VmaAllocationInfo.Ptr
VmaAllocationInfo.Ptr.reinterpret
(long newSize) Assume theVmaAllocationInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaAllocationInfo.Ptr
that uses the same backing storage as thisVmaAllocationInfo.Ptr
, but with the new size.VmaAllocationInfo.Ptr.slice
(long end) @NotNull VmaAllocationInfo.Ptr
VmaAllocationInfo.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).