Uses of Record Class
club.doki7.vma.handle.VmaPool.Ptr
Packages that use VmaPool.Ptr
-
Uses of VmaPool.Ptr in club.doki7.vma
Methods in club.doki7.vma with parameters of type VmaPool.PtrModifier and TypeMethodDescriptionintVMA.createPool(VmaAllocator allocator, IVmaPoolCreateInfo pCreateInfo, VmaPool.Ptr pPool) Allocates Vulkan device memory and createsVmaPoolobject. -
Uses of VmaPool.Ptr in club.doki7.vma.handle
Methods in club.doki7.vma.handle that return VmaPool.PtrModifier and TypeMethodDescriptionstatic VmaPool.Ptrstatic VmaPool.Ptrstatic VmaPool.Ptrstatic VmaPool.PtrVmaPool.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VmaPool> values) static VmaPool.PtrVmaPool.Ptr.offset(long offset) VmaPool.Ptr.reinterpret(long newSize) Assume theVmaPool.Ptris capable of holding at leastnewSizehandles, create a new viewVmaPool.Ptrthat uses the same backing storage as thisVmaPool.Ptr, but with the new size.VmaPool.Ptr.slice(long end) VmaPool.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).