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 allocator) voidFrameGraphBuilder.execute(GraphicsResourceAllocator resourceAllocator) voidFrameGraphBuilder.execute(GraphicsResourceAllocator resourceAllocator, FrameGraphBuilder.Inspector inspector) voidFrameGraphBuilder.InternalVirtualResource.release(GraphicsResourceAllocator allocator) -
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 mainTarget, GraphicsResourceAllocator resourceAllocator) Deprecated.voidLevelRenderer.renderLevel(GraphicsResourceAllocator resourceAllocator, DeltaTracker deltaTracker, boolean renderOutline, CameraRenderState cameraState, Matrix4f modelViewMatrix, GpuBufferSlice terrainFog, Vector4f fogColor, boolean shouldRenderSky, ChunkSectionsToRender chunkSectionsToRender)