Package guideme.hooks
Class RenderToTextureHooks
java.lang.Object
guideme.hooks.RenderToTextureHooks
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.mojang.blaze3d.textures.GpuTexture
replaceColorTarget
(com.mojang.blaze3d.textures.GpuTexture colorTarget) static com.mojang.blaze3d.textures.GpuTexture
replaceDepthTarget
(com.mojang.blaze3d.textures.GpuTexture depthTarget)
-
Field Details
-
targetOverride
public static com.mojang.blaze3d.pipeline.RenderTarget targetOverride
-
-
Constructor Details
-
RenderToTextureHooks
public RenderToTextureHooks()
-
-
Method Details
-
replaceColorTarget
public static com.mojang.blaze3d.textures.GpuTexture replaceColorTarget(com.mojang.blaze3d.textures.GpuTexture colorTarget) -
replaceDepthTarget
public static com.mojang.blaze3d.textures.GpuTexture replaceDepthTarget(com.mojang.blaze3d.textures.GpuTexture depthTarget)
-