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