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