Uses of Class
net.minecraft.client.gl.CompiledShader
Packages that use CompiledShader
- 
Uses of CompiledShader in net.minecraft.client.glFields 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) private CompiledShaderShaderLoader.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) (package private) static ShaderProgramShaderLoader.createProgram(ShaderProgramKey key, ShaderProgramDefinition definition, CompiledShader vertexShader, CompiledShader fragmentShader)