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
colorTexture, depthTexture, filterMode, height, label, useDepth, useStencil, viewHeight, viewWidth, width
-
Constructor Summary
ConstructorsConstructorDescriptionTextureTarget
(String p_405118_, int p_166213_, int p_166214_, boolean p_166215_) TextureTarget
(String p_405118_, int p_166213_, int p_166214_, boolean p_166215_, boolean enableStencil) -
Method Summary
Methods inherited from class com.mojang.blaze3d.pipeline.RenderTarget
blitAndBlendToTexture, blitToScreen, copyDepthFrom, createBuffers, destroyBuffers, getColorTexture, getDepthTexture, resize, setFilterMode
-
Constructor Details
-
TextureTarget
-
TextureTarget
public TextureTarget(@Nullable String p_405118_, int p_166213_, int p_166214_, boolean p_166215_, boolean enableStencil)
-