Uses of Class
com.mojang.blaze3d.opengl.GlProgram
Packages that use GlProgram
-
Uses of GlProgram in com.mojang.blaze3d.opengl
Fields in com.mojang.blaze3d.opengl declared as GlProgramModifier and TypeFieldDescriptionstatic GlProgram
GlProgram.INVALID_PROGRAM
private GlProgram
GlCommandEncoder.lastProgram
private final GlProgram
GlRenderPipeline.program
The field for theprogram
record component.Methods in com.mojang.blaze3d.opengl that return GlProgramModifier and TypeMethodDescriptionstatic GlProgram
GlProgram.link
(GlShaderModule p_410427_, GlShaderModule p_409637_, VertexFormat p_410009_, String p_410384_) GlRenderPipeline.program()
Returns the value of theprogram
record component.Methods in com.mojang.blaze3d.opengl with parameters of type GlProgramModifier and TypeMethodDescriptionvoid
GlDebugLabel.applyLabel
(GlProgram p_410337_) void
GlDebugLabel.Core.applyLabel
(GlProgram p_409865_) void
GlDebugLabel.Ext.applyLabel
(GlProgram p_409850_) Constructors in com.mojang.blaze3d.opengl with parameters of type GlProgramModifierConstructorDescriptionGlRenderPipeline
(RenderPipeline info, GlProgram program) Creates an instance of aGlRenderPipeline
record class.