Uses of Class
com.mojang.blaze3d.shaders.CompiledShader
Packages that use CompiledShader
-
Uses of CompiledShader in com.mojang.blaze3d.shaders
Methods in com.mojang.blaze3d.shaders that return CompiledShaderModifier and TypeMethodDescriptionstatic CompiledShaderCompiledShader.compile(ResourceLocation shaderId, CompiledShader.Type type, String source) -
Uses of CompiledShader in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type CompiledShaderModifier and TypeFieldDescription(package private) final Map<ShaderManager.ShaderCompilationKey, CompiledShader> ShaderManager.CompilationCache.shadersMethods in net.minecraft.client.renderer that return CompiledShaderModifier and TypeMethodDescriptionprivate CompiledShaderShaderManager.CompilationCache.compileShader(ShaderManager.ShaderCompilationKey compilationKey) private CompiledShaderShaderManager.CompilationCache.getOrCompileShader(ResourceLocation id, CompiledShader.Type type, ShaderDefines defines) private CompiledShaderShaderManager.preloadShader(ResourceProvider resourceProvider, ResourceLocation shader, CompiledShader.Type type, ShaderDefines defines) Methods in net.minecraft.client.renderer with parameters of type CompiledShaderModifier and TypeMethodDescriptionstatic CompiledShaderProgramCompiledShaderProgram.link(CompiledShader vertexShader, CompiledShader fragmentShader, VertexFormat vertexFormat) (package private) static CompiledShaderProgramShaderManager.linkProgram(ShaderProgram program, ShaderProgramConfig config, CompiledShader vertexShader, CompiledShader fragmentShader)