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.PtrVmaAllocatorInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VmaAllocatorInfo> consumer) @NotNull VmaAllocatorInfo.PtrVmaAllocatorInfo.Ptr.offset(long offset) @NotNull VmaAllocatorInfo.PtrVmaAllocatorInfo.Ptr.reinterpret(long newSize) Assume theVmaAllocatorInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVmaAllocatorInfo.Ptrthat uses the same backing storage as thisVmaAllocatorInfo.Ptr, but with the new size.VmaAllocatorInfo.Ptr.slice(long end) @NotNull VmaAllocatorInfo.PtrVmaAllocatorInfo.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).