类 PostPass
java.lang.Object
net.minecraft.client.renderer.PostPass
- 所有已实现的接口:
AutoCloseable
-
字段概要
字段修饰符和类型字段说明private final List<IntSupplier>
private final EffectInstance
final RenderTarget
final RenderTarget
private org.joml.Matrix4f
-
构造器概要
构造器构造器说明PostPass
(ResourceManager pResourceManager, String pName, RenderTarget pInTarget, RenderTarget pOutTarget) -
方法概要
修饰符和类型方法说明void
addAuxAsset
(String pAuxName, IntSupplier pAuxFramebuffer, int pWidth, int pHeight) void
close()
final String
getName()
void
process
(float pPartialTicks) void
setOrthoMatrix
(org.joml.Matrix4f pShaderOrthoMatrix)
-
字段详细资料
-
effect
-
inTarget
-
outTarget
-
auxAssets
-
auxNames
-
auxWidths
-
auxHeights
-
shaderOrthoMatrix
private org.joml.Matrix4f shaderOrthoMatrix
-
-
构造器详细资料
-
PostPass
public PostPass(ResourceManager pResourceManager, String pName, RenderTarget pInTarget, RenderTarget pOutTarget) throws IOException - 抛出:
IOException
-
-
方法详细资料
-
close
public void close()- 指定者:
close
在接口中AutoCloseable
-
getName
-
addAuxAsset
-
setOrthoMatrix
public void setOrthoMatrix(org.joml.Matrix4f pShaderOrthoMatrix) -
process
public void process(float pPartialTicks) -
getEffect
-