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 pId, ShaderType pType, String pSource) static GlProgram
GlProgram.link
(GlShaderModule pVertexShader, GlShaderModule pFragmentShader, VertexFormat pVertexFormat, String pDebugLabel) -
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 pTextureManager, PostChainConfig.Pass pPass, ResourceLocation pLocation) ShaderManager.CompilationCache.getOrLoadPostChain
(ResourceLocation pName, Set<ResourceLocation> pExternalTargets) static PostChain
PostChain.load
(PostChainConfig pConfig, TextureManager pTextureManager, Set<ResourceLocation> pExternalTargets, ResourceLocation pName, CachedOrthoProjectionMatrixBuffer pProjectionMatrixBuffer) private PostChain
ShaderManager.CompilationCache.loadPostChain
(ResourceLocation pName, Set<ResourceLocation> pExternalTargets)