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 GlShaderModule
GlShaderModule.compile
(ResourceLocation p_409598_, ShaderType p_410122_, String p_410840_) static GlProgram
GlProgram.link
(GlShaderModule p_410427_, GlShaderModule p_409637_, VertexFormat p_410009_, String p_410384_) -
Uses of ShaderManager.CompilationException in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer that throw ShaderManager.CompilationExceptionModifier and TypeMethodDescriptionprivate static PostPass
PostChain.createPass
(TextureManager p_364641_, PostChainConfig.Pass p_361826_, ResourceLocation p_405738_) ShaderManager.CompilationCache.getOrLoadPostChain
(ResourceLocation p_368720_, Set<ResourceLocation> p_368722_) static PostChain
PostChain.load
(PostChainConfig p_366777_, TextureManager p_110034_, Set<ResourceLocation> p_362436_, ResourceLocation p_405015_) private PostChain
ShaderManager.CompilationCache.loadPostChain
(ResourceLocation p_368578_, Set<ResourceLocation> p_368581_)