net.minecraft.client.renderer

class ShaderManager$CompilationCache

implements AutoCloseable

gmc$a
net.minecraft.client.renderer.ShaderManager$CompilationCache
net.minecraft.class_10151$class_10170
net.minecraft.client.gl.ShaderLoader$Cache

Field summary

Modifier and TypeField
private final ShaderManager$Configs
b
configs
field_54022
definitions
final Map<ShaderProgram, Optional<CompiledShaderProgram>>
c
programs
field_54023
shaderPrograms
final Map<ShaderManager$ShaderCompilationKey, CompiledShader>
d
shaders
field_54024
compiledShaders
final Map<ResourceLocation, Optional<PostChain>>
e
postChains
field_54025
postEffectProcessors

Constructor summary

ModifierConstructor
(ShaderManager arg0, ShaderManager$Configs definitions)

Method summary

Modifier and TypeMethod
public CompiledShaderProgram
a(gmd arg0)
getOrCompileProgram(ShaderProgram arg0)
method_63525(class_10156 arg0)
getOrLoadProgram(ShaderProgramKey key)
CompiledShaderProgram
b(gmd arg0)
compileProgram(ShaderProgram arg0)
method_63528(class_10156 arg0)
loadProgram(ShaderProgramKey key)
private CompiledShader
a(alz arg0, fgh$a arg1, gmb arg2)
getOrCompileShader(ResourceLocation arg0, CompiledShader$Type arg1, ShaderDefines arg2)
method_63522(class_2960 arg0, class_10141$class_282 arg1, class_10149 arg2)
loadShader(Identifier id, CompiledShader$Type type, Defines defines)
private CompiledShader
a(gmc$d arg0)
compileShader(ShaderManager$ShaderCompilationKey arg0)
method_63524(class_10151$class_10154 arg0)
compileShader(ShaderLoader$ShaderKey key)
public PostChain
a(alz arg0, Set<alz> arg1)
getOrLoadPostChain(ResourceLocation arg0, Set<ResourceLocation> arg1)
method_63523(class_2960 arg0, Set<class_2960> arg1)
getOrLoadProcessor(Identifier id, Set<Identifier> availableExternalTargets)
private PostChain
b(alz arg0, Set<alz> arg1)
loadPostChain(ResourceLocation arg0, Set<ResourceLocation> arg1)
method_63527(class_2960 arg0, Set<class_2960> arg1)
loadProcessor(Identifier id, Set<Identifier> availableExternalTargets)
public void
close()
close()