net.minecraft.client.gl

public class Framebuffer

cxb
com.mojang.blaze3d.pipeline.RenderTarget
net.minecraft.class_276
net.minecraft.client.gl.Framebuffer
net.minecraft.unmapped.C_xxwgvelc
net.minecraft.client.shader.Framebuffer
net.minecraft.client.shader.Framebuffer

Field summary

Modifier and TypeField
public int
a
width
field_1482
textureWidth
f_cfotkjmz
field_147622_a
framebufferTextureWidth
public int
b
height
field_1481
textureHeight
f_sxuwhuje
field_147620_b
framebufferTextureHeight
public int
c
viewWidth
field_1480
viewportWidth
f_haspsufq
field_147621_c
framebufferWidth
public int
d
viewHeight
field_1477
viewportHeight
f_taldsayd
field_147618_d
framebufferHeight
public final boolean
e
useDepth
field_1478
useDepthAttachment
f_dzqtamlt
field_147619_e
useDepth
public int
f
frameBufferId
field_1476
fbo
f_wvqbkuit
field_147616_f
framebufferObject
public int
g
colorTextureId
field_1475
colorAttachment
f_diuvorcl
field_147617_g
framebufferTexture
public int
h
depthBufferId
field_1474
depthAttachment
f_mypruwdu
field_147624_h
depthBuffer
public final float[]
i
clearChannels
field_1479
clearColor
f_ecykjasv
field_147625_i
framebufferColor
public int
j
filterMode
field_1483
texFilter
f_sjyaqcdd
field_147623_j
framebufferFilter

Constructor summary

ModifierConstructor
public (int width, int height, boolean useDepth, boolean getError)

Method summary

Modifier and TypeMethod
public void
a(int arg0, int arg1, boolean arg2)
resize(int arg0, int arg1, boolean arg2)
method_1234(int arg0, int arg1, boolean arg2)
resize(int width, int height, boolean getError)
m_tnebqwoj(int arg0, int arg1, boolean arg2)
func_216491_a(int arg0, int arg1, boolean arg2)
resize(int arg0, int arg1, boolean arg2)
private void
d(int arg0, int arg1, boolean arg2)
_resize(int arg0, int arg1, boolean arg2)
method_22596(int arg0, int arg1, boolean arg2)
resizeInternal(int width, int height, boolean getError)
m_hkdzcjdl(int arg0, int arg1, boolean arg2)
func_227586_d_(int arg0, int arg1, boolean arg2)
resizeRaw(int arg0, int arg1, boolean arg2)
public void
a()
destroyBuffers()
method_1238()
delete()
m_xunindax()
func_147608_a()
deleteFramebuffer()
public void
b(int arg0, int arg1, boolean arg2)
createBuffers(int arg0, int arg1, boolean arg2)
method_1231(int arg0, int arg1, boolean arg2)
initFbo(int width, int height, boolean getError)
m_grzekhsz(int arg0, int arg1, boolean arg2)
func_216492_b(int arg0, int arg1, boolean arg2)
createBuffers(int arg0, int arg1, boolean arg2)
public void
a(int arg0)
setFilterMode(int arg0)
method_1232(int arg0)
setTexFilter(int arg0)
m_bzotkqxy(int arg0)
func_147607_a(int arg0)
setFramebufferFilter(int framebufferFilterIn)
public void
b()
checkStatus()
method_1239()
checkFramebufferStatus()
m_tckhlkyd()
func_147611_b()
checkFramebufferComplete()
public void
c()
bindRead()
method_1241()
beginRead()
m_uxntzxco()
func_147612_c()
bindFramebufferTexture()
public void
d()
unbindRead()
method_1242()
endRead()
m_mjtlofvn()
func_147606_d()
unbindFramebufferTexture()
public void
a(boolean arg0)
bindWrite(boolean arg0)
method_1235(boolean arg0)
beginWrite(boolean setViewport)
m_ihzilcdr(boolean arg0)
func_147610_a(boolean arg0)
bindFramebuffer(boolean setViewportIn)
private void
c(boolean arg0)
_bindWrite(boolean arg0)
method_22595(boolean arg0)
bind(boolean updateViewport)
m_liabnoxf(boolean arg0)
func_227585_c_(boolean arg0)
bindFramebufferRaw(boolean setViewportIn)
public void
e()
unbindWrite()
method_1240()
endWrite()
m_hiviamqx()
func_147609_e()
unbindFramebuffer()
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)
setClearColor(float r, float g, float b, float a)
m_llotrvgk(float arg0, float arg1, float arg2, float arg3)
func_147604_a(float arg0, float arg1, float arg2, float arg3)
setFramebufferColor(float red, float green, float blue, float alpha)
public void
a(int arg0, int arg1)
blitToScreen(int arg0, int arg1)
method_1237(int arg0, int arg1)
draw(int width, int height)
m_phdrormu(int arg0, int arg1)
func_147615_c(int arg0, int arg1)
framebufferRender(int width, int height)
public void
c(int arg0, int arg1, boolean arg2)
blitToScreen(int arg0, int arg1, boolean arg2)
method_22594(int arg0, int arg1, boolean arg2)
draw(int width, int height, boolean arg2)
m_svumtuij(int arg0, int arg1, boolean arg2)
func_178038_a(int arg0, int arg1, boolean arg2)
framebufferRenderExt(int width, int height, boolean arg2)
private void
e(int arg0, int arg1, boolean arg2)
_blitToScreen(int arg0, int arg1, boolean arg2)
method_1233(int arg0, int arg1, boolean arg2)
drawInternal(int width, int height, boolean arg2)
m_gcqqhxse(int arg0, int arg1, boolean arg2)
func_227588_e_(int arg0, int arg1, boolean arg2)
framebufferRenderExtRaw(int width, int height, boolean arg2)
public void
b(boolean arg0)
clear(boolean arg0)
method_1230(boolean arg0)
clear(boolean getError)
m_srqvhrtt(boolean arg0)
func_216493_b(boolean arg0)
framebufferClear(boolean onMac)