Uses of Class
net.minecraft.client.gl.ShaderLoader.LoadException
Packages that use ShaderLoader.LoadException
-
Uses of ShaderLoader.LoadException in net.minecraft.client.gl
Methods in net.minecraft.client.gl that throw ShaderLoader.LoadExceptionModifier and TypeMethodDescriptionstatic CompiledShaderCompiledShader.compile(Identifier id, CompiledShader.Type type, String source) private CompiledShaderShaderLoader.compile(ShaderLoader.ShaderKey key) private CompiledShaderShaderLoader.compile(Identifier id, CompiledShader.Type type, Defines defines) private CompiledShaderShaderLoader.compileShader(ResourceFactory factory, Identifier id, CompiledShader.Type type, Defines defines) static ShaderProgramShaderProgram.create(CompiledShader vertexShader, CompiledShader fragmentShader, VertexFormat format) private ShaderProgramShaderLoader.createProgram(ShaderProgramKey key) private ShaderProgramShaderLoader.createProgram(ShaderProgramKey key, ShaderProgramDefinition definition, CompiledShader vertexShader, CompiledShader fragmentShader) static PostEffectProcessorPostEffectProcessor.parseEffect(PostEffectPipeline pipeline, TextureManager textureManager, ShaderLoader shaderLoader, Set<Identifier> availableExternalTargets) private static PostEffectPassPostEffectProcessor.parsePass(TextureManager textureManager, ShaderLoader shaderLoader, PostEffectPipeline.Pass pass) private PostEffectProcessorShaderLoader.parsePostEffect(Identifier id, Set<Identifier> availableExternalTargets) voidShaderLoader.preload(ResourceFactory factory, ShaderProgramKey[] keys)