Skip to content

Commit cccb757

Browse files
added threading
1 parent 1e3b25b commit cccb757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public AndroidGPU(String glsl) throws Exception {
4040
/**
4141
* Runs the GLSL code.
4242
* @param activity
43-
* @param callback function called on UI thread when GPU task ends
43+
* @param callback function called on UI thread when GPU task ends. output must be read here.
4444
* @param dim_x data dimension along X
4545
* @param dim_y data dimension along Y
4646
* @param dim_z data dimension along Z

0 commit comments

Comments
 (0)