Class TextureTarget
java.lang.Object
com.mojang.blaze3d.pipeline.RenderTarget
com.mojang.blaze3d.pipeline.TextureTarget
-
Field Summary
Fields inherited from class RenderTarget
colorTexture, colorTextureView, depthTexture, depthTextureView, height, label, useDepth, useStencil, width -
Constructor Summary
ConstructorsConstructorDescriptionTextureTarget(@Nullable String label, int width, int height, boolean useDepth) TextureTarget(@Nullable String label, int width, int height, boolean useDepth, boolean enableStencil) -
Method Summary
Methods inherited from class RenderTarget
blitAndBlendToTexture, blitToScreen, copyDepthFrom, createBuffers, destroyBuffers, getColorTexture, getColorTextureView, getDepthTexture, getDepthTextureView, resize
-
Constructor Details
-
TextureTarget
-
TextureTarget
public TextureTarget(@Nullable String label, int width, int height, boolean useDepth, boolean enableStencil)
-