类 PostChain
java.lang.Object
net.minecraft.client.renderer.PostChain
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明private final Set
<ResourceLocation> private final Map
<ResourceLocation, PostChainConfig.InternalTarget> static final ResourceLocation
-
构造器概要
构造器限定符构造器说明private
PostChain
(List<PostPass> p_368125_, Map<ResourceLocation, PostChainConfig.InternalTarget> p_365904_, Set<ResourceLocation> p_364283_) -
方法概要
修饰符和类型方法说明void
addToFrame
(FrameGraphBuilder p_362816_, int p_365028_, int p_368108_, PostChain.TargetBundle p_366403_) private static PostPass
createPass
(TextureManager p_366006_, ShaderManager p_365441_, PostChainConfig.Pass p_368358_) static PostChain
load
(PostChainConfig p_361031_, TextureManager p_110034_, ShaderManager p_364428_, Set<ResourceLocation> p_370027_) void
process
(RenderTarget p_367570_, GraphicsResourceAllocator p_362918_) 已过时。void
setUniform
(String p_327827_, float p_331223_)
-
字段详细资料
-
MAIN_TARGET_ID
-
passes
-
internalTargets
-
externalTargets
-
-
构造器详细资料
-
PostChain
private PostChain(List<PostPass> p_368125_, Map<ResourceLocation, PostChainConfig.InternalTarget> p_365904_, Set<ResourceLocation> p_364283_)
-
-
方法详细资料
-
load
public static PostChain load(PostChainConfig p_361031_, TextureManager p_110034_, ShaderManager p_364428_, Set<ResourceLocation> p_370027_) throws ShaderManager.CompilationException -
createPass
private static PostPass createPass(TextureManager p_366006_, ShaderManager p_365441_, PostChainConfig.Pass p_368358_) throws ShaderManager.CompilationException -
addToFrame
public void addToFrame(FrameGraphBuilder p_362816_, int p_365028_, int p_368108_, PostChain.TargetBundle p_366403_) -
process
已过时。 -
setUniform
-