com.mojang.blaze3d.pipeline

public abstract class RenderTarget

fmq
com.mojang.blaze3d.pipeline.RenderTarget
net.minecraft.class_276
net.minecraft.client.gl.Framebuffer
net.minecraft.src.C_3106_

Field summary

Modifier and TypeField
private static int
a
UNNAMED_RENDER_TARGETS
field_56737
index
f_379566_
public int
c
width
field_1482
textureWidth
f_83915_
public int
d
height
field_1481
textureHeight
f_83916_
public int
e
viewWidth
field_1480
viewportWidth
f_83917_
public int
f
viewHeight
field_1477
viewportHeight
f_83918_
protected final String
g
label
field_56738
name
f_382477_
public final boolean
h
useDepth
field_1478
useDepthAttachment
f_83919_
protected GpuTexture
i
colorTexture
field_1475
colorAttachment
f_381186_
protected GpuTextureView
j
colorTextureView
field_60567
colorAttachmentView
f_398806_
protected GpuTexture
k
depthTexture
field_56739
depthAttachment
f_379581_
protected GpuTextureView
l
depthTextureView
field_60568
depthAttachmentView
f_399617_
public FilterMode
m
filterMode
field_1483
filterMode
f_83922_

Constructor summary

ModifierConstructor
public (String name, boolean useDepthAttachment)

Method summary

Modifier and TypeMethod
public void
a(int arg0, int arg1)
resize(int arg0, int arg1)
method_1234(int arg0, int arg1)
resize(int width, int height)
m_83941_(int p_83943_, int arg1)
public void
a()
destroyBuffers()
method_1238()
delete()
m_83930_()
public void
a(fmq arg0)
copyDepthFrom(RenderTarget arg0)
method_29329(class_276 arg0)
copyDepthFrom(Framebuffer framebuffer)
m_83945_(C_3106_ arg0)
public void
b(int arg0, int arg1)
createBuffers(int arg0, int arg1)
method_1231(int arg0, int arg1)
initFbo(int width, int height)
m_83950_(int p_83952_, int arg1)
public void
a(FilterMode arg0)
setFilterMode(FilterMode arg0)
method_58226(com.mojang.blaze3d.textures.FilterMode arg0)
setFilter(com.mojang.blaze3d.textures.FilterMode filter)
m_83936_(FilterMode arg0)
private void
a(FilterMode arg0, boolean arg1)
setFilterMode(FilterMode arg0, boolean arg1)
method_1232(com.mojang.blaze3d.textures.FilterMode arg0, boolean arg1)
setFilter(com.mojang.blaze3d.textures.FilterMode filter, boolean force)
m_321006_(FilterMode p_333030_, boolean arg1)
public void
b()
blitToScreen()
method_1237()
blitToScreen()
m_83938_()
public void
a(GpuTextureView arg0)
blitAndBlendToTexture(GpuTextureView arg0)
method_68445(GpuTextureView arg0)
drawBlit(GpuTextureView texture)
m_386384_(GpuTextureView arg0)
public GpuTexture
c()
getColorTexture()
method_30277()
getColorAttachment()
m_385166_()
public GpuTextureView
d()
getColorTextureView()
method_71639()
getColorAttachmentView()
m_401873_()
public GpuTexture
e()
getDepthTexture()
method_30278()
getDepthAttachment()
m_385476_()
public GpuTextureView
f()
getDepthTextureView()
method_71640()
getDepthAttachmentView()
m_401556_()