net.minecraft.client.gl

public record GlUniform$TexelBuffer

implements GlUniform

com.mojang.blaze3d.opengl.Uniform$Utb
net.minecraft.class_284$class_11273
net.minecraft.client.gl.GlUniform$TexelBuffer

Field summary

Modifier and TypeField
private final int
location
comp_4151
location
private final int
samplerIndex
comp_4152
samplerIndex
private final TextureFormat
format
comp_4153
format
private final int
texture
comp_4154
texture

Constructor summary

ModifierConstructor
public (int location, int samplerIndex, TextureFormat format)
public (int location, int samplerIndex, TextureFormat format, int texture)

Method summary

Modifier and TypeMethod
public void
close()
public int
location()
comp_4151()
location()
public int
samplerIndex()
comp_4152()
samplerIndex()
public TextureFormat
format()
comp_4153()
format()
public int
texture()
comp_4154()
texture()