net.minecraft.client.renderer

public record PostPass$TextureInput

implements PostPass$Input

hku$d
net.minecraft.client.renderer.PostPass$TextureInput
net.minecraft.class_283$class_9973
net.minecraft.client.gl.PostEffectPass$TextureSampler

Field summary

Modifier and TypeField
private final String
a
samplerName
comp_3038
samplerName
private final AbstractTexture
b
texture
comp_3039
texture
private final int
c
width
comp_3040
width
private final int
d
height
comp_3041
height
private final boolean
e
bilinear
comp_3037
bilinear

Constructor summary

ModifierConstructor
public (String samplerName, AbstractTexture texture, int width, int height, boolean bilinear)

Method summary

Modifier and TypeMethod
public void
a(fvo arg0, Map<amo, fxo<fwl>> arg1)
addToPass(FramePass arg0, Map<Identifier, ResourceHandle<RenderTarget>> arg1)
method_62259(class_9916 arg0, Map<class_2960, class_9925<class_276>> arg1)
preRender(FramePass arg0, Map<Identifier, Handle<Framebuffer>> arg1)
public GpuTextureView
b(Map<amo, fxo<fwl>> arg0)
texture(Map<Identifier, ResourceHandle<RenderTarget>> arg0)
method_71128(Map<class_2960, class_9925<class_276>> arg0)
getTexture(Map<Identifier, Handle<Framebuffer>> arg0)
public boolean
b()
bilinear()
comp_3037()
bilinear()
public String
a()
samplerName()
comp_3038()
samplerName()
public AbstractTexture
c()
texture()
comp_3039()
texture()
public int
d()
width()
comp_3040()
width()
public int
e()
height()
comp_3041()
height()