net.minecraft.client.gl

public class GlCompiledShader

implements GpuResource

com.mojang.renderpearl.backend.opengl.GlShaderModule
net.minecraft.class_10141
net.minecraft.client.gl.GlCompiledShader

Field summary

Modifier and TypeField
private static final int
NOT_ALLOCATED
field_53827
CLOSED
public static final GlCompiledShader
INVALID_SHADER
field_57880
INVALID_SHADER
private final String
label
field_1_9470
pipelineName
private int
shaderId
field_53829
handle
private final ShaderType
type
field_57881
shaderType

Constructor summary

ModifierConstructor
public (int handle, String pipelineName, ShaderType shaderType)

Method summary

Modifier and TypeMethod
public void
close()
public String
getLabel()
method_1_9106()
getPipelineName()
public int
getShaderId()
method_62883()
getHandle()
public ShaderType
getType()
method_1_9107()
getType()