Uses of Class
net.minecraft.client.gl.CompiledShader
Packages that use CompiledShader
-
Uses of CompiledShader in net.minecraft.client.gl
Fields in net.minecraft.client.gl with type parameters of type CompiledShaderModifier and TypeFieldDescription(package private) final Map<ShaderLoader.ShaderKey, CompiledShader> ShaderLoader.Cache.compiledShadersMethods in net.minecraft.client.gl that return CompiledShaderModifier and TypeMethodDescriptionstatic CompiledShaderCompiledShader.compile(Identifier id, CompiledShader.Type type, String source) private CompiledShaderShaderLoader.Cache.compileShader(ShaderLoader.ShaderKey key) private CompiledShaderShaderLoader.compileShader(ResourceFactory factory, Identifier id, CompiledShader.Type type, Defines defines) ShaderLoader.Cache.loadShader(Identifier id, CompiledShader.Type type, Defines defines) Methods in net.minecraft.client.gl with parameters of type CompiledShaderModifier and TypeMethodDescriptionstatic ShaderProgramShaderProgram.create(CompiledShader vertexShader, CompiledShader fragmentShader, VertexFormat format, String name) (package private) static ShaderProgramShaderLoader.createProgram(ShaderProgramLayer key, CompiledShader compiledShader, CompiledShader compiledShader2)