Uses of Class
net.minecraft.client.gl.ShaderProgram
Packages that use ShaderProgram
-
Uses of ShaderProgram in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as ShaderProgramModifier and TypeFieldDescriptionprivate ShaderProgramGlCommandEncoder.currentProgramstatic ShaderProgramShaderProgram.INVALIDprivate final ShaderProgramCompiledShaderPipeline.programThe field for theprogramrecord component.Methods in net.minecraft.client.gl that return ShaderProgramModifier and TypeMethodDescriptionstatic ShaderProgramShaderProgram.create(CompiledShader vertexShader, CompiledShader fragmentShader, VertexFormat format, String name) private ShaderProgramGlBackend.method_76229(RenderPipeline renderPipeline, class_12289 class_12289) CompiledShaderPipeline.program()Returns the value of theprogramrecord component.Methods in net.minecraft.client.gl with parameters of type ShaderProgramModifier and TypeMethodDescriptionvoidDebugLabelManager.EXTDebugLabelManager.labelShaderProgram(ShaderProgram program) voidDebugLabelManager.KHRDebugLabelManager.labelShaderProgram(ShaderProgram program) voidDebugLabelManager.labelShaderProgram(ShaderProgram program) Constructors in net.minecraft.client.gl with parameters of type ShaderProgramModifierConstructorDescriptionCompiledShaderPipeline(RenderPipeline info, ShaderProgram program) Creates an instance of aCompiledShaderPipelinerecord class.