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