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.class_10170.field_54024Methods in net.minecraft.client.gl that return CompiledShaderModifier and TypeMethodDescriptionstatic CompiledShaderCompiledShader.compile(Identifier id, CompiledShader.Type type, String source) private CompiledShaderShaderLoader.compileShader(ResourceFactory factory, Identifier id, CompiledShader.Type type, Defines defines) private CompiledShaderShaderLoader.class_10170.method_63522(Identifier identifier, CompiledShader.Type type, Defines defines) private CompiledShaderShaderLoader.class_10170.method_63524(ShaderLoader.ShaderKey shaderKey) Methods in net.minecraft.client.gl with parameters of type CompiledShaderModifier and TypeMethodDescriptionstatic ShaderProgramShaderProgram.create(CompiledShader vertexShader, CompiledShader fragmentShader, VertexFormat format) (package private) static ShaderProgramShaderLoader.createProgram(ShaderProgramKey shaderProgramKey, ShaderProgramDefinition shaderProgramDefinition, CompiledShader compiledShader, CompiledShader compiledShader2)