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 pVertexShader, GlShaderModule pFragmentShader, VertexFormat pVertexFormat, String pDebugLabel) 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 pProgram) 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.