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