Class ProgramAssembler
java.lang.Object
com.jozufozu.flywheel.core.compile.ProgramAssembler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachShader(GlShader glShader) <P extends GlProgram>
Pbuild(GlProgram.Factory<P> factory) link()Links the attached shaders to this program.
-
Field Details
-
program
public final int program
-
-
Constructor Details
-
ProgramAssembler
public ProgramAssembler(net.minecraft.resources.ResourceLocation name)
-
-
Method Details
-
link
Links the attached shaders to this program. -
deleteLinkedShaders
-
attachShader
-
build
-