Uses of Interface
com.mojang.renderpearl.api.pipeline.CompiledRenderPipeline
Packages that use CompiledRenderPipeline
Package
Description
-
Uses of CompiledRenderPipeline in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline with type parameters of type CompiledRenderPipelineModifier and TypeFieldDescriptionprivate final Map<RenderPipeline, CompiledRenderPipeline> PipelineCache.cacheMethods in com.mojang.blaze3d.pipeline that return CompiledRenderPipelineMethods in com.mojang.blaze3d.pipeline with parameters of type CompiledRenderPipelineModifier and TypeMethodDescriptionvoidPipelineCache.insert(RenderPipeline pipeline, CompiledRenderPipeline compiled) -
Uses of CompiledRenderPipeline in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems that return CompiledRenderPipelineModifier and TypeMethodDescriptionstatic CompiledRenderPipelineRenderSystem.getCompiledPipeline(RenderPipeline pipeline) static @Nullable CompiledRenderPipelineRenderSystem.getCompiledPipelineNullable(RenderPipeline pipeline) -
Uses of CompiledRenderPipeline in com.mojang.renderpearl.api.commands
Methods in com.mojang.renderpearl.api.commands with parameters of type CompiledRenderPipeline -
Uses of CompiledRenderPipeline in com.mojang.renderpearl.api.pipeline
Methods in com.mojang.renderpearl.api.pipeline that return CompiledRenderPipeline -
Uses of CompiledRenderPipeline in com.mojang.renderpearl.frontend
Classes in com.mojang.renderpearl.frontend that implement CompiledRenderPipelineMethods in com.mojang.renderpearl.frontend with parameters of type CompiledRenderPipelineModifier and TypeMethodDescriptionvoidFrontendRenderPass.setPipeline(CompiledRenderPipeline pipeline) -
Uses of CompiledRenderPipeline in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type CompiledRenderPipelineModifier and TypeFieldDescriptionprivate final List<@Nullable CompiledRenderPipeline> ShaderManager.PendingResults.compiledOptionalPipelinesThe field for thecompiledOptionalPipelinesrecord component.private final List<@Nullable CompiledRenderPipeline> ShaderManager.PendingResults.compiledRequiredPipelinesThe field for thecompiledRequiredPipelinesrecord component.Methods in net.minecraft.client.renderer that return types with arguments of type CompiledRenderPipelineModifier and TypeMethodDescriptionShaderManager.PendingResults.compiledOptionalPipelines()Returns the value of thecompiledOptionalPipelinesrecord component.ShaderManager.PendingResults.compiledRequiredPipelines()Returns the value of thecompiledRequiredPipelinesrecord component.private static CompletableFuture<List<@Nullable CompiledRenderPipeline>> ShaderManager.compilePipelines(GpuDevice device, ShaderSource shaderSource, List<RenderPipeline> pipelines, Executor taskExecutor, Executor reloadExecutor)