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