Uses of Record Class
club.doki7.vma.handle.VmaAllocator.Ptr
Packages that use VmaAllocator.Ptr
-
Uses of VmaAllocator.Ptr in club.doki7.vma
Methods in club.doki7.vma with parameters of type VmaAllocator.PtrModifier and TypeMethodDescriptionintVMA.createAllocator(IVmaAllocatorCreateInfo pCreateInfo, VmaAllocator.Ptr pAllocator) CreatesVmaAllocatorobject. -
Uses of VmaAllocator.Ptr in club.doki7.vma.handle
Methods in club.doki7.vma.handle that return VmaAllocator.PtrModifier and TypeMethodDescriptionstatic VmaAllocator.Ptrstatic VmaAllocator.Ptrstatic VmaAllocator.PtrVmaAllocator.Ptr.allocate(Arena arena, @Nullable VmaAllocator @NotNull [] values) static VmaAllocator.PtrVmaAllocator.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VmaAllocator> values) static VmaAllocator.PtrVmaAllocator.Ptr.allocateV(Arena arena, @Nullable VmaAllocator value0, @Nullable VmaAllocator... values) VmaAllocator.Ptr.offset(long offset) VmaAllocator.Ptr.reinterpret(long newSize) Assume theVmaAllocator.Ptris capable of holding at leastnewSizehandles, create a new viewVmaAllocator.Ptrthat uses the same backing storage as thisVmaAllocator.Ptr, but with the new size.VmaAllocator.Ptr.slice(long end) VmaAllocator.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).