Skip to content

Commit 33d2547

Browse files
doc update
1 parent 7650032 commit 33d2547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

androidgpulib/src/main/java/com/lib/androidgpulib/AndroidGPU.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class AndroidGPU {
1616
private static final String GLSL_VERSION = "#version 430";
1717

1818
/**
19-
*
19+
* Constructor. Builds the GLSL shader.
2020
* @param context
2121
* @param assetGlsl file from assets folder with GLSL code
2222
* @throws Exception
@@ -29,7 +29,7 @@ public AndroidGPU(Context context, String assetGlsl) throws Exception {
2929
}
3030

3131
/**
32-
*
32+
* Constructor. Builds the GLSL shader.
3333
* @param glsl GLSL code as string
3434
* @throws Exception
3535
*/

0 commit comments

Comments
 (0)