Uses of Record Class
club.doki7.vma.handle.VmaPool
Packages that use VmaPool
-
Uses of VmaPool in club.doki7.vma
Methods in club.doki7.vma with parameters of type VmaPoolModifier and TypeMethodDescriptionvoidVMA.calculatePoolStatistics(VmaAllocator allocator, VmaPool pool, IVmaDetailedStatistics pPoolStats) Retrieves detailed statistics of existingVmaPoolobject.intVMA.checkPoolCorruption(VmaAllocator allocator, VmaPool pool) Checks magic number in margins around all allocations in given memory pool in search for corruptions.voidVMA.destroyPool(VmaAllocator allocator, @Nullable VmaPool pool) DestroysVmaPoolobject and frees Vulkan device memory.voidVMA.getPoolName(VmaAllocator allocator, VmaPool pool, PointerPtr ppName) Retrieves name of a custom pool.voidVMA.getPoolStatistics(VmaAllocator allocator, VmaPool pool, IVmaStatistics pPoolStats) Retrieves statistics of existingVmaPoolobject.voidVMA.setPoolName(VmaAllocator allocator, VmaPool pool, @Nullable BytePtr pName) Sets name of a custom pool. -
Uses of VmaPool in club.doki7.vma.datatype
Methods in club.doki7.vma.datatype that return VmaPoolModifier and TypeMethodDescription@Nullable VmaPoolVmaAllocationCreateInfo.pool()@Nullable VmaPoolVmaDefragmentationInfo.pool()Methods in club.doki7.vma.datatype with parameters of type VmaPoolModifier and TypeMethodDescription -
Uses of VmaPool in club.doki7.vma.handle
Classes in club.doki7.vma.handle that implement interfaces with type arguments of type VmaPoolModifier and TypeClassDescriptionstatic final recordRepresents a pointer toVmaPoolhandle(s) in native memory.Methods in club.doki7.vma.handle that return VmaPoolModifier and TypeMethodDescription@Nullable VmaPoolVmaPool.Ptr.read()@Nullable VmaPoolVmaPool.Ptr.read(long index) Methods in club.doki7.vma.handle that return types with arguments of type VmaPoolMethods in club.doki7.vma.handle with parameters of type VmaPoolMethod parameters in club.doki7.vma.handle with type arguments of type VmaPoolModifier and TypeMethodDescriptionstatic VmaPool.PtrVmaPool.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VmaPool> values)