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 TexelFormat
format
comp_4153
format
private final int
texture
comp_4154
texture

Constructor summary

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

Method summary

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