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