net.minecraft.client.gl

public class Framebuffer

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

Field summary

Modifier and TypeField
public int
a
width
field_1482
textureWidth
f_cfotkjmz
width
field_147622_a
framebufferTextureWidth
public int
b
height
field_1481
textureHeight
f_sxuwhuje
height
field_147620_b
framebufferTextureHeight
public int
c
viewWidth
field_1480
viewportWidth
f_haspsufq
viewWidth
field_147621_c
framebufferWidth
public int
d
viewHeight
field_1477
viewportHeight
f_taldsayd
viewHeight
field_147618_d
framebufferHeight
public final boolean
e
useDepth
field_1478
useDepthAttachment
f_dzqtamlt
useDepth
field_147619_e
useDepth
public int
f
frameBufferId
field_1476
fbo
f_wvqbkuit
frameBufferId
field_147616_f
framebufferObject
public int
g
colorTextureId
field_1475
colorAttachment
f_diuvorcl
colorTextureId
field_147617_g
framebufferTexture
public int
h
depthBufferId
field_1474
depthAttachment
f_mypruwdu
depthBufferId
field_147624_h
depthBuffer
public final float[]
i
clearChannels
field_1479
clearColor
f_ecykjasv
clearChannels
field_147625_i
framebufferColor
public int
j
filterMode
field_1483
texFilter
f_sjyaqcdd
filterMode
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)
resize(int viewWidth, int viewHeight, boolean arg2)
func_216491_a(int arg0, int arg1, boolean arg2)
func_216491_a(int arg0, int arg1, boolean arg2)
public void
a()
destroyBuffers()
method_1238()
delete()
m_xunindax()
destroyBuffers()
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)
createBuffers(int viewWidth, int viewHeight, boolean arg2)
func_216492_b(int arg0, int arg1, boolean arg2)
func_216492_b(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)
setFilterMode(int filterMode)
func_147607_a(int arg0)
setFramebufferFilter(int framebufferFilterIn)
public void
b()
checkStatus()
method_1239()
checkFramebufferStatus()
m_tckhlkyd()
checkStatus()
func_147611_b()
checkFramebufferComplete()
public void
c()
bindRead()
method_1241()
beginRead()
m_uxntzxco()
bindRead()
func_147612_c()
bindFramebufferTexture()
public void
d()
unbindRead()
method_1242()
endRead()
m_mjtlofvn()
unbindRead()
func_147606_d()
unbindFramebufferTexture()
public void
a(boolean arg0)
bindWrite(boolean arg0)
method_1235(boolean arg0)
beginWrite(boolean setViewport)
m_ihzilcdr(boolean arg0)
bindWrite(boolean viewport)
func_147610_a(boolean arg0)
bindFramebuffer(boolean arg0)
public void
e()
unbindWrite()
method_1240()
endWrite()
m_hiviamqx()
unbindWrite()
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)
setClearColor(float r, float g, float b, float a)
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)
draw(int width, int height)
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_1233(int arg0, int arg1, boolean arg2)
drawInternal(int width, int height, boolean arg2)
m_svumtuij(int arg0, int arg1, boolean arg2)
draw(int width, int height, boolean disableBlend)
func_178038_a(int arg0, int arg1, boolean arg2)
framebufferRenderExt(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)
clear(boolean swallowError)
func_216493_b(boolean arg0)
framebufferClear(boolean onMac)