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.PtrVmaDeviceMemoryCallbacks.Ptr.at(long index, @NotNull Consumer<@NotNull VmaDeviceMemoryCallbacks> consumer) @NotNull VmaDeviceMemoryCallbacks.PtrVmaDeviceMemoryCallbacks.Ptr.offset(long offset) VmaAllocatorCreateInfo.pDeviceMemoryCallbacks(int assumedCount) @NotNull VmaDeviceMemoryCallbacks.PtrVmaDeviceMemoryCallbacks.Ptr.reinterpret(long newSize) Assume theVmaDeviceMemoryCallbacks.Ptris capable of holding at leastnewSizestructures, create a new viewVmaDeviceMemoryCallbacks.Ptrthat uses the same backing storage as thisVmaDeviceMemoryCallbacks.Ptr, but with the new size.VmaDeviceMemoryCallbacks.Ptr.slice(long end) @NotNull VmaDeviceMemoryCallbacks.PtrVmaDeviceMemoryCallbacks.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).