Uses of Class
com.mojang.blaze3d.vertex.TlsfAllocator.Allocation
Packages that use TlsfAllocator.Allocation
-
Uses of TlsfAllocator.Allocation in com.mojang.blaze3d.vertex
Fields in com.mojang.blaze3d.vertex with type parameters of type TlsfAllocator.AllocationModifier and TypeFieldDescriptionprivate final Map<T, TlsfAllocator.Allocation> UberGpuBuffer.allocationMapMethods in com.mojang.blaze3d.vertex that return TlsfAllocator.AllocationModifier and TypeMethodDescription@Nullable TlsfAllocator.AllocationTlsfAllocator.allocate(long size, int align) @Nullable TlsfAllocator.AllocationUberGpuBuffer.getAllocation(T allocationKey) Methods in com.mojang.blaze3d.vertex with parameters of type TlsfAllocator.AllocationModifier and TypeMethodDescriptionvoidTlsfAllocator.free(TlsfAllocator.Allocation allocation) UberGpuBuffer.getGpuBuffer(TlsfAllocator.Allocation allocation)