Uses of Record Class
club.doki7.vma.datatype.VmaVirtualAllocationCreateInfo.Ptr
Packages that use VmaVirtualAllocationCreateInfo.Ptr
-
Uses of VmaVirtualAllocationCreateInfo.Ptr in club.doki7.vma.datatype
Methods in club.doki7.vma.datatype that return VmaVirtualAllocationCreateInfo.PtrModifier and TypeMethodDescriptionVmaVirtualAllocationCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VmaVirtualAllocationCreateInfo> consumer) @NotNull VmaVirtualAllocationCreateInfo.PtrVmaVirtualAllocationCreateInfo.Ptr.offset(long offset) @NotNull VmaVirtualAllocationCreateInfo.PtrVmaVirtualAllocationCreateInfo.Ptr.reinterpret(long newSize) Assume theVmaVirtualAllocationCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVmaVirtualAllocationCreateInfo.Ptrthat uses the same backing storage as thisVmaVirtualAllocationCreateInfo.Ptr, but with the new size.VmaVirtualAllocationCreateInfo.Ptr.slice(long end) @NotNull VmaVirtualAllocationCreateInfo.PtrVmaVirtualAllocationCreateInfo.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).