Package com.mojang.blaze3d.pipeline
Class TextureTarget
java.lang.Object
com.mojang.blaze3d.pipeline.RenderTarget
com.mojang.blaze3d.pipeline.TextureTarget
-
Field Summary
Fields inherited from class com.mojang.blaze3d.pipeline.RenderTarget
colorTextureId, depthBufferId, filterMode, frameBufferId, height, useDepth, viewHeight, viewWidth, width
-
Constructor Summary
ConstructorsConstructorDescriptionTextureTarget
(int pWidth, int pHeight, boolean pUseDepth, boolean pClearError) -
Method Summary
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
-
TextureTarget
public TextureTarget(int pWidth, int pHeight, boolean pUseDepth, boolean pClearError)
-