Skip to content

Commit 6572602

Browse files
committed
Improve GLTransitionsShaderTransition docs.
1 parent 4117675 commit 6572602

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/main/java/de/eskalon/commons/screen/transition/impl/GLTransitionsShaderTransition.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)