Class ComplexTransformations
java.lang.Object
io.github.douira.glsl_transformer.iris.ComplexTransformations
This is a group of transformations used in Iris.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregisterWith(PhaseCollector collector) Creates transformation instances and adds them to the given phase collector.
-
Constructor Details
-
ComplexTransformations
public ComplexTransformations()
-
-
Method Details
-
registerWith
Creates transformation instances and adds them to the given phase collector. This method is meant to be passed toPhaseCollector.registerTransformationMultiple(java.util.function.Consumer)as function.- Parameters:
collector- The phase collector to register the transformations with
-