Uses of Class
net.minecraft.client.gl.CompiledShader
Packages that use CompiledShader
Package
Description
The base package for all Minecraft classes.
-
Uses of CompiledShader in net.minecraft
Fields in net.minecraft with type parameters of type CompiledShaderModifier and TypeFieldDescriptionprivate final Map<class_10865.ShaderKey, CompiledShader> class_10865.field_57861Methods in net.minecraft that return CompiledShaderModifier and TypeMethodDescriptionprotected CompiledShaderclass_10865.method_68378(Identifier identifier, Type type, Defines defines, BiFunction<Identifier, Type, String> biFunction) private CompiledShaderclass_10865.method_68379(class_10865.ShaderKey shaderKey, BiFunction<Identifier, Type, String> biFunction) Methods in net.minecraft with parameters of type CompiledShaderModifier and TypeMethodDescriptionvoidclass_10861.class_10862.method_68373(CompiledShader compiledShader) voidclass_10861.class_10864.method_68373(CompiledShader compiledShader) voidclass_10861.method_68373(CompiledShader compiledShader) -
Uses of CompiledShader in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as CompiledShaderMethods in net.minecraft.client.gl that return CompiledShaderModifier and TypeMethodDescriptionstatic CompiledShaderCompiledShader.compile(Identifier id, Type type, String source) Methods in net.minecraft.client.gl with parameters of type CompiledShaderModifier and TypeMethodDescriptionstatic ShaderProgramShaderProgram.create(CompiledShader vertexShader, CompiledShader fragmentShader, VertexFormat format, String name)