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 TypeMethodDescriptionint
VMA.createAllocator
(IVmaAllocatorCreateInfo pCreateInfo, VmaAllocator.Ptr pAllocator) CreatesVmaAllocator
object. -
Uses of VmaAllocator.Ptr in club.doki7.vma.handle
Methods in club.doki7.vma.handle that return VmaAllocator.PtrModifier and TypeMethodDescriptionstatic VmaAllocator.Ptr
static VmaAllocator.Ptr
static VmaAllocator.Ptr
VmaAllocator.Ptr.allocate
(Arena arena, @Nullable VmaAllocator @NotNull [] values) static VmaAllocator.Ptr
VmaAllocator.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VmaAllocator> values) static VmaAllocator.Ptr
VmaAllocator.Ptr.allocateV
(Arena arena, @Nullable VmaAllocator value0, @Nullable VmaAllocator... values) VmaAllocator.Ptr.offset
(long offset) VmaAllocator.Ptr.reinterpret
(long newSize) Assume theVmaAllocator.Ptr
is capable of holding at leastnewSize
handles, create a new viewVmaAllocator.Ptr
that 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).