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 TypeMethodDescriptionint
VMA.beginDefragmentationPass
(VmaAllocator allocator, VmaDefragmentationContext context, IVmaDefragmentationPassMoveInfo pPassInfo) Starts single defragmentation pass.void
VMA.endDefragmentation
(VmaAllocator allocator, VmaDefragmentationContext context, @Nullable IVmaDefragmentationStats pStats) Ends defragmentation process.int
VMA.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 record
Represents a pointer toVmaDefragmentationContext
handle(s) in native memory.Methods in club.doki7.vma.handle that return VmaDefragmentationContextModifier and TypeMethodDescription@Nullable VmaDefragmentationContext
VmaDefragmentationContext.Ptr.read()
@Nullable VmaDefragmentationContext
VmaDefragmentationContext.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) void
VmaDefragmentationContext.Ptr.write
(long index, @Nullable VmaDefragmentationContext value) void
VmaDefragmentationContext.Ptr.write
(@Nullable VmaDefragmentationContext value) void
VmaDefragmentationContext.Ptr.write
(@Nullable VmaDefragmentationContext[] values) void
VmaDefragmentationContext.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)