Class PipelineCompiler
java.lang.Object
dev.engine_room.flywheel.backend.compile.PipelineCompiler
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic final recordRepresents the entire context of a program's usage. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvoiddelete()static voidget(InstanceType<?> instanceType, ContextShader contextShader, Material material, PipelineCompiler.OitMode oit)
-
Constructor Details
-
PipelineCompiler
-
-
Method Details
-
get
public GlProgram get(InstanceType<?> instanceType, ContextShader contextShader, Material material, PipelineCompiler.OitMode oit) -
delete
public void delete() -
deleteAll
public static void deleteAll() -
createFogComponent
public static void createFogComponent()
-