Class UIRenderHelper.CustomRenderTarget
java.lang.Object
com.mojang.blaze3d.pipeline.RenderTarget
com.simibubi.create.foundation.gui.UIRenderHelper.CustomRenderTarget
- Enclosing class:
- UIRenderHelper
public static class UIRenderHelper.CustomRenderTarget
extends com.mojang.blaze3d.pipeline.RenderTarget
-
Field Summary
Fields inherited from class com.mojang.blaze3d.pipeline.RenderTarget
colorTextureId, depthBufferId, filterMode, frameBufferId, height, useDepth, viewHeight, viewWidth, width -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(com.mojang.blaze3d.platform.Window mainWindow) voidrenderWithAlpha(float alpha) Methods inherited from class com.mojang.blaze3d.pipeline.RenderTarget
bindRead, bindWrite, blitToScreen, blitToScreen, checkStatus, clear, copyDepthFrom, createBuffers, destroyBuffers, enableStencil, getColorTextureId, getDepthTextureId, isStencilEnabled, resize, setClearColor, setFilterMode, unbindRead, unbindWrite
-
Constructor Details
-
CustomRenderTarget
public CustomRenderTarget(boolean useDepth)
-
-
Method Details
-
create
public static UIRenderHelper.CustomRenderTarget create(com.mojang.blaze3d.platform.Window mainWindow) -
renderWithAlpha
public void renderWithAlpha(float alpha)
-