net.minecraft.client.render.pipeline

public class RenderTarget

bfw
net.minecraft.class_1862
net.minecraft.client.render.pipeline.RenderTarget
net.minecraft.client.shader.Framebuffer

Field summary

Modifier and TypeField
public int
a
field_7981
width
framebufferTextureWidth
public int
b
field_7982
height
framebufferTextureHeight
public int
c
field_7983
viewWidth
framebufferWidth
public int
d
field_7984
viewHeight
framebufferHeight
public boolean
e
field_7985
useDepth
useDepth
public int
f
field_7986
frameBufferId
framebufferObject
public int
g
field_7987
colorTextureId
framebufferTexture
public int
h
field_7988
depthBufferId
depthBuffer
public float[]
i
field_7989
clearChannels
framebufferColor
public int
j
field_7990
filterMode
framebufferFilter

Constructor summary

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

Method summary

Modifier and TypeMethod
public void
a(int arg0, int arg1)
method_6893(int arg0, int arg1)
resize(int width, int height)
createBindFramebuffer(int width, int height)
public void
a()
method_6890()
destroyBuffers()
deleteFramebuffer()
public void
b(int arg0, int arg1)
method_6896(int arg0, int arg1)
createBuffers(int width, int height)
createFramebuffer(int width, int height)
public void
a(int arg0)
method_6892(int arg0)
setFilterMode(int filterMode)
setFramebufferFilter(int arg0)
public void
b()
method_6895()
checkStatus()
checkFramebufferComplete()
public void
c()
method_6897()
bindRead()
bindFramebufferTexture()
public void
d()
method_6899()
unbindRead()
unbindFramebufferTexture()
public void
a(boolean arg0)
method_6894(boolean arg0)
bindWrite(boolean viewport)
bindFramebuffer(boolean arg0)
public void
e()
method_6900()
unbindWrite()
unbindFramebuffer()
public void
a(float arg0, float arg1, float arg2, float arg3)
method_6891(float arg0, float arg1, float arg2, float arg3)
setClearColor(float r, float g, float b, float a)
setFramebufferColor(float arg0, float arg1, float arg2, float arg3)
public void
c(int arg0, int arg1)
method_6898(int arg0, int arg1)
draw(int width, int height)
framebufferRender(int arg0, int arg1)
public void
a(int arg0, int arg1, boolean arg2)
method_9925(int arg0, int arg1, boolean arg2)
draw(int width, int height, boolean disableBlend)
framebufferRenderExt(int arg0, int arg1, boolean arg2)
public void
f()
method_6901()
clear()
framebufferClear()