Uses of Interface
com.mojang.blaze3d.vertex.UberGpuBuffer.UploadCallback
Packages that use UberGpuBuffer.UploadCallback
-
Uses of UberGpuBuffer.UploadCallback in com.mojang.blaze3d.vertex
Fields in com.mojang.blaze3d.vertex declared as UberGpuBuffer.UploadCallbackModifier and TypeFieldDescription(package private) @Nullable UberGpuBuffer.UploadCallback<T> UberGpuBuffer.StagedAllocationEntry.callbackMethods in com.mojang.blaze3d.vertex with parameters of type UberGpuBuffer.UploadCallbackModifier and TypeMethodDescriptionbooleanUberGpuBuffer.addAllocation(T allocationKey, @Nullable UberGpuBuffer.UploadCallback<T> callback, ByteBuffer buffer) Constructors in com.mojang.blaze3d.vertex with parameters of type UberGpuBuffer.UploadCallbackModifierConstructorDescriptionprivateStagedAllocationEntry(@Nullable UberGpuBuffer.UploadCallback<T> callback, long offset, long size)