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