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.compiledShaders
Methods in net.minecraft.client.gl that return CompiledShaderModifier and TypeMethodDescriptionstatic CompiledShader
CompiledShader.compile
(Identifier id, CompiledShader.Type type, String source) private CompiledShader
ShaderLoader.Cache.compileShader
(ShaderLoader.ShaderKey key) private CompiledShader
ShaderLoader.compileShader
(ResourceFactory factory, Identifier id, CompiledShader.Type type, Defines defines) private CompiledShader
ShaderLoader.Cache.loadShader
(Identifier id, CompiledShader.Type type, Defines defines) Methods in net.minecraft.client.gl with parameters of type CompiledShaderModifier and TypeMethodDescriptionstatic ShaderProgram
ShaderProgram.create
(CompiledShader vertexShader, CompiledShader fragmentShader, VertexFormat format) (package private) static ShaderProgram
ShaderLoader.createProgram
(ShaderProgramKey key, ShaderProgramDefinition definition, CompiledShader vertexShader, CompiledShader fragmentShader)