Class DebugTransformation
java.lang.Object
io.github.douira.glsl_transformer.transform.Transformation
io.github.douira.glsl_transformer.transform.DebugTransformation
The debug transformation is used for testing out things.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.github.douira.glsl_transformer.transform.Transformation
Transformation.SemanticException -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidThis method should create phases and add them withTransformation.addPhase(Phase)orTransformation.addPhase(Phase, int).Methods inherited from class io.github.douira.glsl_transformer.transform.Transformation
addPhase, addPhase, resetState
-
Constructor Details
-
DebugTransformation
public DebugTransformation()
-
-
Method Details
-
createPhases
protected void createPhases()Description copied from class:TransformationThis method should create phases and add them withTransformation.addPhase(Phase)orTransformation.addPhase(Phase, int). Phases are typically implemented by creating anonymous classes within the implementation of this method.- Specified by:
createPhasesin classTransformation
-