Uses of Record Class
club.doki7.vma.handle.VmaDefragmentationContext
Packages that use VmaDefragmentationContext
-
Uses of VmaDefragmentationContext in club.doki7.vma
Methods in club.doki7.vma with parameters of type VmaDefragmentationContextModifier and TypeMethodDescriptionintVMA.beginDefragmentationPass(VmaAllocator allocator, VmaDefragmentationContext context, IVmaDefragmentationPassMoveInfo pPassInfo) Starts single defragmentation pass.voidVMA.endDefragmentation(VmaAllocator allocator, VmaDefragmentationContext context, @Nullable IVmaDefragmentationStats pStats) Ends defragmentation process.intVMA.endDefragmentationPass(VmaAllocator allocator, VmaDefragmentationContext context, IVmaDefragmentationPassMoveInfo pPassInfo) Ends single defragmentation pass. -
Uses of VmaDefragmentationContext in club.doki7.vma.handle
Classes in club.doki7.vma.handle that implement interfaces with type arguments of type VmaDefragmentationContextModifier and TypeClassDescriptionstatic final recordRepresents a pointer toVmaDefragmentationContexthandle(s) in native memory.Methods in club.doki7.vma.handle that return VmaDefragmentationContextModifier and TypeMethodDescription@Nullable VmaDefragmentationContextVmaDefragmentationContext.Ptr.read()@Nullable VmaDefragmentationContextVmaDefragmentationContext.Ptr.read(long index) Methods in club.doki7.vma.handle that return types with arguments of type VmaDefragmentationContextModifier and TypeMethodDescription@NotNull Iterator<VmaDefragmentationContext> VmaDefragmentationContext.Ptr.iterator()Methods in club.doki7.vma.handle with parameters of type VmaDefragmentationContextModifier and TypeMethodDescriptionVmaDefragmentationContext.Ptr.allocate(Arena arena, @Nullable VmaDefragmentationContext @NotNull [] values) VmaDefragmentationContext.Ptr.allocateV(Arena arena, @Nullable VmaDefragmentationContext value0, @Nullable VmaDefragmentationContext... values) voidVmaDefragmentationContext.Ptr.write(long index, @Nullable VmaDefragmentationContext value) voidVmaDefragmentationContext.Ptr.write(@Nullable VmaDefragmentationContext value) voidVmaDefragmentationContext.Ptr.write(@Nullable VmaDefragmentationContext[] values) voidVmaDefragmentationContext.Ptr.writeV(@Nullable VmaDefragmentationContext value0, @Nullable VmaDefragmentationContext... values) Method parameters in club.doki7.vma.handle with type arguments of type VmaDefragmentationContextModifier and TypeMethodDescriptionVmaDefragmentationContext.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VmaDefragmentationContext> values)