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 GlProgramGlProgram.INVALID_PROGRAMprivate GlProgramGlCommandEncoder.lastProgramprivate final GlProgramGlRenderPipeline.programThe field for theprogramrecord component.Methods in com.mojang.blaze3d.opengl that return GlProgramModifier and TypeMethodDescriptionstatic GlProgramGlProgram.link(GlShaderModule vertexShader, GlShaderModule fragmentShader, VertexFormat vertexFormat, String debugLabel) GlRenderPipeline.program()Returns the value of theprogramrecord component.Methods in com.mojang.blaze3d.opengl with parameters of type GlProgramModifier and TypeMethodDescriptionvoidGlDebugLabel.applyLabel(GlProgram program) voidGlDebugLabel.Core.applyLabel(GlProgram p_409865_) voidGlDebugLabel.Ext.applyLabel(GlProgram p_409850_) Constructors in com.mojang.blaze3d.opengl with parameters of type GlProgramModifierConstructorDescriptionGlRenderPipeline(RenderPipeline info, GlProgram program) Creates an instance of aGlRenderPipelinerecord class.