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.Ptr
VmaVirtualAllocationCreateInfo.Ptr.offset
(long offset) @NotNull VmaVirtualAllocationCreateInfo.Ptr
VmaVirtualAllocationCreateInfo.Ptr.reinterpret
(long newSize) Assume theVmaVirtualAllocationCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaVirtualAllocationCreateInfo.Ptr
that uses the same backing storage as thisVmaVirtualAllocationCreateInfo.Ptr
, but with the new size.VmaVirtualAllocationCreateInfo.Ptr.slice
(long end) @NotNull VmaVirtualAllocationCreateInfo.Ptr
VmaVirtualAllocationCreateInfo.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).