Uses of Interface
com.mojang.blaze3d.resource.GraphicsResourceAllocator
Packages that use GraphicsResourceAllocator
Package
Description
-
Uses of GraphicsResourceAllocator in com.mojang.blaze3d.framegraph
Methods in com.mojang.blaze3d.framegraph with parameters of type GraphicsResourceAllocatorModifier and TypeMethodDescriptionvoidFrameGraphBuilder.InternalVirtualResource.acquire(GraphicsResourceAllocator pAllocator) voidFrameGraphBuilder.execute(GraphicsResourceAllocator pAllocator) voidFrameGraphBuilder.execute(GraphicsResourceAllocator pAllocator, FrameGraphBuilder.Inspector pInspector) voidFrameGraphBuilder.InternalVirtualResource.release(GraphicsResourceAllocator pAllocator) -
Uses of GraphicsResourceAllocator in com.mojang.blaze3d.resource
Classes in com.mojang.blaze3d.resource that implement GraphicsResourceAllocatorFields in com.mojang.blaze3d.resource declared as GraphicsResourceAllocatorModifier and TypeFieldDescriptionstatic final GraphicsResourceAllocatorGraphicsResourceAllocator.UNPOOLED -
Uses of GraphicsResourceAllocator in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type GraphicsResourceAllocatorModifier and TypeMethodDescriptionvoidPostChain.process(RenderTarget pRenderTarget, GraphicsResourceAllocator pAllocator, Consumer<RenderPass> pUniformSetter) Deprecated.voidLevelRenderer.renderLevel(GraphicsResourceAllocator pGraphicsResourceAllocator, DeltaTracker pDeltaTracker, boolean pRenderBlockOutline, Camera pCamera, GameRenderer pGameRenderer, org.joml.Matrix4f pFrustumMatrix, org.joml.Matrix4f pProjectionMatrix)