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.Ptr
VmaPoolCreateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VmaPoolCreateInfo> consumer) @NotNull VmaPoolCreateInfo.Ptr
VmaPoolCreateInfo.Ptr.offset
(long offset) @NotNull VmaPoolCreateInfo.Ptr
VmaPoolCreateInfo.Ptr.reinterpret
(long newSize) Assume theVmaPoolCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaPoolCreateInfo.Ptr
that uses the same backing storage as thisVmaPoolCreateInfo.Ptr
, but with the new size.VmaPoolCreateInfo.Ptr.slice
(long end) @NotNull VmaPoolCreateInfo.Ptr
VmaPoolCreateInfo.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).