com.mojang.blaze3d.pipeline

public abstract class RenderTarget

fhu
com.mojang.blaze3d.pipeline.RenderTarget
net.minecraft.class_276
net.minecraft.unmapped.C_xxwgvelc
net.minecraft.client.gl.Framebuffer
com.mojang.blaze3d.framebuffer.Framebuffer

Field summary

Modifier and TypeField
private static final int
a
RED_CHANNEL
field_31901
f_mpmtantv
field_31901
RED_CHANNEL
private static final int
b
GREEN_CHANNEL
field_31902
f_ttgxaapu
field_31902
GREEN_CHANNEL
private static final int
l
BLUE_CHANNEL
field_31903
f_olvnzwuo
field_31903
BLUE_CHANNEL
private static final int
m
ALPHA_CHANNEL
field_31904
f_yrdbqayj
field_31904
ALPHA_CHANNEL
public int
c
width
field_1482
f_cfotkjmz
textureWidth
textureWidth
public int
d
height
field_1481
f_sxuwhuje
textureHeight
textureHeight
public int
e
viewWidth
field_1480
f_haspsufq
viewportWidth
viewportWidth
public int
f
viewHeight
field_1477
f_taldsayd
viewportHeight
viewportHeight
public final boolean
g
useDepth
field_1478
f_dzqtamlt
useDepthAttachment
useDepthAttachment
public int
h
frameBufferId
field_1476
f_wvqbkuit
fbo
framebufferId
protected int
i
colorTextureId
field_1475
f_diuvorcl
colorAttachment
colorAttachment
protected int
j
depthBufferId
field_1474
f_mypruwdu
depthAttachment
depthAttachment
private final float[]
n
clearChannels
field_1479
f_ecykjasv
clearColor
clearColor
public int
k
filterMode
field_1483
f_sjyaqcdd
texFilter
textureFilter

Constructor summary

ModifierConstructor
public (boolean useDepth)

Method summary

Modifier and TypeMethod
public void
a(int arg0, int arg1)
resize(int arg0, int arg1)
method_1234(int arg0, int arg1)
m_tnebqwoj(int arg0, int arg1)
resize(int width, int height)
resize(int width, int height)
public void
a()
destroyBuffers()
method_1238()
m_xunindax()
delete()
delete()
public void
a(fhu arg0)
copyDepthFrom(RenderTarget arg0)
method_29329(class_276 arg0)
m_jpjjuivg(C_xxwgvelc arg0)
copyDepthFrom(Framebuffer framebuffer)
copyDepthFrom(Framebuffer framebuffer)
public void
b(int arg0, int arg1)
createBuffers(int arg0, int arg1)
method_1231(int arg0, int arg1)
m_grzekhsz(int arg0, int arg1)
initFbo(int width, int height)
create(int width, int height)
public void
a(int arg0)
setFilterMode(int arg0)
method_58226(int arg0)
m_yitrxoki(int arg0)
setTexFilter(int texFilter)
setFilter(int filter)
private void
a(int arg0, boolean arg1)
setFilterMode(int arg0, boolean arg1)
method_1232(int arg0, boolean arg1)
m_ihnmmvil(int arg0, boolean arg1)
setTexFilter(int texFilter, boolean force)
setFilter(int filter, boolean forceApply)
public void
b()
checkStatus()
method_1239()
m_tckhlkyd()
checkFramebufferStatus()
assertStatus()
public void
c()
bindRead()
method_35610()
m_uxntzxco()
beginRead()
bindColorAttachmentAsTexture()
public void
d()
unbindRead()
method_1242()
m_mjtlofvn()
endRead()
endRead()
public void
a(boolean arg0)
bindWrite(boolean arg0)
method_1235(boolean arg0)
m_ihzilcdr(boolean arg0)
beginWrite(boolean setViewport)
beginWrite(boolean setViewport)
public void
e()
unbindWrite()
method_1240()
m_hiviamqx()
endWrite()
endWrite()
public void
a(float arg0, float arg1, float arg2, float arg3)
setClearColor(float arg0, float arg1, float arg2, float arg3)
method_1236(float arg0, float arg1, float arg2, float arg3)
m_llotrvgk(float arg0, float arg1, float arg2, float arg3)
setClearColor(float r, float g, float b, float a)
setClearColor(float r, float g, float b, float a)
public void
c(int arg0, int arg1)
blitToScreen(int arg0, int arg1)
method_1237(int arg0, int arg1)
m_bdhhzxbu(int arg0, int arg1)
draw(int width, int height)
m_bdhhzxbu(int dstX1, int dstY1)
public void
d(int arg0, int arg1)
blitAndBlendToScreen(int arg0, int arg1)
method_1233(int arg0, int arg1)
m_lpmzuuzy(int arg0, int arg1)
drawInternal(int width, int height)
m_lpmzuuzy(int width, int height)
public void
f()
clear()
method_1230()
m_oskqwokt()
clear()
public void
b(float arg0, float arg1, float arg2, float arg3)
clear(float arg0, float arg1, float arg2, float arg3)
method_66511(float arg0, float arg1, float arg2, float arg3)
m_ogbgjrnj(float arg0, float arg1, float arg2, float arg3)
clear(float red, float green, float blue, float alpha)
public int
g()
getColorTextureId()
method_30277()
m_vgpyiifu()
getColorAttachment()
getColorAttachment()
public int
h()
getDepthTextureId()
method_30278()
m_fddnofnq()
getDepthAttachment()
getDepthAttachment()