File tree Expand file tree Collapse file tree
src/main/java/de/eskalon/commons/screen/transition/impl Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,7 +92,8 @@ public class GLTransitionsShaderTransition extends ShaderTransition {
9292 // @formatter:on
9393
9494 /**
95- * Creates a shader transition using a GL Transition code.
95+ * Creates a shader transition with code conforming to the GL Transitions
96+ * spec.
9697 * <p>
9798 * The shader {@linkplain #compileGLTransition(String) has to be compiled}
9899 * before {@link #create()} is called.
@@ -104,7 +105,8 @@ public GLTransitionsShaderTransition(float duration) {
104105 }
105106
106107 /**
107- * Creates a shader transition using a GL Transition code.
108+ * Creates a shader transition with code conforming to the GL Transitions
109+ * spec.
108110 * <p>
109111 * The shader {@linkplain #compileGLTransition(String) has to be compiled}
110112 * before {@link #create()} is called.
You can’t perform that action at this time.
0 commit comments