Uses of Class
net.minecraft.client.gl.CompiledShader
Packages that use CompiledShader
-
Uses of CompiledShader in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as CompiledShaderFields in net.minecraft.client.gl with type parameters of type CompiledShaderModifier and TypeFieldDescriptionprivate final Map<GlBackend.ShaderKey, CompiledShader> GlBackend.shaderCompileCacheMethods in net.minecraft.client.gl that return CompiledShaderModifier and TypeMethodDescriptionprivate CompiledShaderGlBackend.compileShader(GlBackend.ShaderKey key, BiFunction<Identifier, ShaderType, String> sourceRetriever) static CompiledShaderCompiledShader.method_62882(Identifier identifier, ShaderType shaderType, String string) protected CompiledShaderGlBackend.method_68378(Identifier identifier, ShaderType shaderType, Defines defines, BiFunction<Identifier, ShaderType, String> biFunction) Methods in net.minecraft.client.gl with parameters of type CompiledShaderModifier and TypeMethodDescriptionvoidDebugLabelManager.EXTDebugLabelManager.labelCompiledShader(CompiledShader shader) voidDebugLabelManager.KHRDebugLabelManager.labelCompiledShader(CompiledShader shader) voidDebugLabelManager.labelCompiledShader(CompiledShader shader) static ShaderProgramShaderProgram.method_62896(CompiledShader compiledShader, CompiledShader compiledShader2, VertexFormat vertexFormat, String string)