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 TypeMethodDescriptionint
VMA.createPool
(VmaAllocator allocator, IVmaPoolCreateInfo pCreateInfo, VmaPool.Ptr pPool) Allocates Vulkan device memory and createsVmaPool
object. -
Uses of VmaPool.Ptr in club.doki7.vma.handle
Methods in club.doki7.vma.handle that return VmaPool.PtrModifier and TypeMethodDescriptionstatic VmaPool.Ptr
static VmaPool.Ptr
static VmaPool.Ptr
static VmaPool.Ptr
VmaPool.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VmaPool> values) static VmaPool.Ptr
VmaPool.Ptr.offset
(long offset) VmaPool.Ptr.reinterpret
(long newSize) Assume theVmaPool.Ptr
is capable of holding at leastnewSize
handles, create a new viewVmaPool.Ptr
that 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).