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 TypeMethodDescriptionvoid
FrameGraphBuilder.InternalVirtualResource.acquire
(GraphicsResourceAllocator pAllocator) void
FrameGraphBuilder.execute
(GraphicsResourceAllocator pAllocator) void
FrameGraphBuilder.execute
(GraphicsResourceAllocator pAllocator, FrameGraphBuilder.Inspector pInspector) void
FrameGraphBuilder.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 GraphicsResourceAllocator
GraphicsResourceAllocator.UNPOOLED
-
Uses of GraphicsResourceAllocator in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type GraphicsResourceAllocatorModifier and TypeMethodDescriptionvoid
PostChain.process
(RenderTarget pRenderTarget, GraphicsResourceAllocator pAllocator, Consumer<RenderPass> pUniformSetter) Deprecated.void
LevelRenderer.renderLevel
(GraphicsResourceAllocator pGraphicsResourceAllocator, DeltaTracker pDeltaTracker, boolean pRenderBlockOutline, Camera pCamera, GameRenderer pGameRenderer, org.joml.Matrix4f pFrustumMatrix, org.joml.Matrix4f pProjectionMatrix)