Uses of Record Class
club.doki7.vma.datatype.VmaDeviceMemoryCallbacks.Ptr
Packages that use VmaDeviceMemoryCallbacks.Ptr
-
Uses of VmaDeviceMemoryCallbacks.Ptr in club.doki7.vma.datatype
Methods in club.doki7.vma.datatype that return VmaDeviceMemoryCallbacks.PtrModifier and TypeMethodDescriptionstatic VmaDeviceMemoryCallbacks.Ptr
VmaDeviceMemoryCallbacks.Ptr.at
(long index, @NotNull Consumer<@NotNull VmaDeviceMemoryCallbacks> consumer) @NotNull VmaDeviceMemoryCallbacks.Ptr
VmaDeviceMemoryCallbacks.Ptr.offset
(long offset) VmaAllocatorCreateInfo.pDeviceMemoryCallbacks
(int assumedCount) @NotNull VmaDeviceMemoryCallbacks.Ptr
VmaDeviceMemoryCallbacks.Ptr.reinterpret
(long newSize) Assume theVmaDeviceMemoryCallbacks.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaDeviceMemoryCallbacks.Ptr
that uses the same backing storage as thisVmaDeviceMemoryCallbacks.Ptr
, but with the new size.VmaDeviceMemoryCallbacks.Ptr.slice
(long end) @NotNull VmaDeviceMemoryCallbacks.Ptr
VmaDeviceMemoryCallbacks.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).