Uses of Class
net.minecraft.client.renderer.CompiledShaderProgram
Packages that use CompiledShaderProgram
Package
Description
-
Uses of CompiledShaderProgram in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as CompiledShaderProgramMethods in com.mojang.blaze3d.systems that return CompiledShaderProgramModifier and TypeMethodDescriptionstatic CompiledShaderProgram
RenderSystem.getShader()
static CompiledShaderProgram
RenderSystem.setShader
(ShaderProgram p_366773_) Methods in com.mojang.blaze3d.systems with parameters of type CompiledShaderProgramModifier and TypeMethodDescriptionstatic void
RenderSystem.setShader
(CompiledShaderProgram p_366790_) static void
RenderSystem.setupShaderLights
(CompiledShaderProgram p_366452_) -
Uses of CompiledShaderProgram in com.mojang.blaze3d.vertex
Methods in com.mojang.blaze3d.vertex with parameters of type CompiledShaderProgramModifier and TypeMethodDescriptionvoid
VertexBuffer.drawWithShader
(org.joml.Matrix4f p_254480_, org.joml.Matrix4f p_254555_, CompiledShaderProgram p_366620_) -
Uses of CompiledShaderProgram in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as CompiledShaderProgramFields in net.minecraft.client.renderer with type parameters of type CompiledShaderProgramModifier and TypeFieldDescription(package private) final Map
<ShaderProgram, Optional<CompiledShaderProgram>> ShaderManager.CompilationCache.programs
Methods in net.minecraft.client.renderer that return CompiledShaderProgramModifier and TypeMethodDescription(package private) CompiledShaderProgram
ShaderManager.CompilationCache.compileProgram
(ShaderProgram p_368538_) ShaderManager.CompilationCache.getOrCompileProgram
(ShaderProgram p_368706_) ShaderManager.getProgram
(ShaderProgram p_366726_) ShaderManager.getProgramForLoading
(ShaderProgram p_371850_) PostPass.getShader()
static CompiledShaderProgram
CompiledShaderProgram.link
(CompiledShader p_366570_, CompiledShader p_366507_, VertexFormat p_366890_) (package private) static CompiledShaderProgram
ShaderManager.linkProgram
(ShaderProgram p_366640_, ShaderProgramConfig p_366864_, CompiledShader p_366716_, CompiledShader p_366871_) Methods in net.minecraft.client.renderer with parameters of type CompiledShaderProgramModifier and TypeMethodDescriptionvoid
PostPass.Input.bindTo
(CompiledShaderProgram p_366559_, Map<ResourceLocation, ResourceHandle<RenderTarget>> p_362433_) void
PostPass.TargetInput.bindTo
(CompiledShaderProgram p_366564_, Map<ResourceLocation, ResourceHandle<RenderTarget>> p_361239_) void
PostPass.TextureInput.bindTo
(CompiledShaderProgram p_366520_, Map<ResourceLocation, ResourceHandle<RenderTarget>> p_363141_) Constructors in net.minecraft.client.renderer with parameters of type CompiledShaderProgramModifierConstructorDescriptionPostPass
(String p_110062_, CompiledShaderProgram p_366578_, ResourceLocation p_361923_, List<PostChainConfig.Uniform> p_366745_)