Uses of Class
net.minecraft.client.renderer.ShaderManager.CompilationException
Packages that use ShaderManager.CompilationException
-
Uses of ShaderManager.CompilationException in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl that throw ShaderManager.CompilationExceptionModifier and TypeMethodDescriptionstatic GlShaderModuleGlShaderModule.compile(ResourceLocation id, ShaderType type, String source) static GlProgramGlProgram.link(GlShaderModule vertexShader, GlShaderModule fragmentShader, VertexFormat vertexFormat, String debugLabel) -
Uses of ShaderManager.CompilationException in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer that throw ShaderManager.CompilationExceptionModifier and TypeMethodDescriptionprivate static PostPassPostChain.createPass(TextureManager textureManager, PostChainConfig.Pass pass, ResourceLocation location) ShaderManager.CompilationCache.getOrLoadPostChain(ResourceLocation name, Set<ResourceLocation> externalTargets) static PostChainPostChain.load(PostChainConfig config, TextureManager textureManager, Set<ResourceLocation> externalTargets, ResourceLocation name) private PostChainShaderManager.CompilationCache.loadPostChain(ResourceLocation name, Set<ResourceLocation> externalTargets)