Package net.minecraft.client.renderer
Class PostChain
java.lang.Object
net.minecraft.client.renderer.PostChain
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Set
<ResourceLocation> private final Map
<ResourceLocation, PostChainConfig.InternalTarget> static final ResourceLocation
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
PostChain
(List<PostPass> p_364536_, Map<ResourceLocation, PostChainConfig.InternalTarget> p_361479_, Set<ResourceLocation> p_361607_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addToFrame
(FrameGraphBuilder p_362523_, int p_361423_, int p_362735_, PostChain.TargetBundle p_361871_, Consumer<RenderPass> p_410455_) private static PostPass
createPass
(TextureManager p_364641_, PostChainConfig.Pass p_361826_, ResourceLocation p_405738_) static PostChain
load
(PostChainConfig p_366777_, TextureManager p_110034_, Set<ResourceLocation> p_362436_, ResourceLocation p_405015_) void
process
(RenderTarget p_361528_, GraphicsResourceAllocator p_361187_, Consumer<RenderPass> p_410259_) Deprecated.
-
Field Details
-
MAIN_TARGET_ID
-
passes
-
internalTargets
-
externalTargets
-
-
Constructor Details
-
PostChain
private PostChain(List<PostPass> p_364536_, Map<ResourceLocation, PostChainConfig.InternalTarget> p_361479_, Set<ResourceLocation> p_361607_)
-
-
Method Details
-
load
public static PostChain load(PostChainConfig p_366777_, TextureManager p_110034_, Set<ResourceLocation> p_362436_, ResourceLocation p_405015_) throws ShaderManager.CompilationException -
createPass
private static PostPass createPass(TextureManager p_364641_, PostChainConfig.Pass p_361826_, ResourceLocation p_405738_) throws ShaderManager.CompilationException -
addToFrame
public void addToFrame(FrameGraphBuilder p_362523_, int p_361423_, int p_362735_, PostChain.TargetBundle p_361871_, @Nullable Consumer<RenderPass> p_410455_) -
process
@Deprecated public void process(RenderTarget p_361528_, GraphicsResourceAllocator p_361187_, @Nullable Consumer<RenderPass> p_410259_) Deprecated.
-