We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3b25b commit cccb757Copy full SHA for cccb757
androidgpulib/src/main/java/com/lib/androidgpulib/AndroidGPU.java
@@ -40,7 +40,7 @@ public AndroidGPU(String glsl) throws Exception {
40
/**
41
* Runs the GLSL code.
42
* @param activity
43
- * @param callback function called on UI thread when GPU task ends
+ * @param callback function called on UI thread when GPU task ends. output must be read here.
44
* @param dim_x data dimension along X
45
* @param dim_y data dimension along Y
46
* @param dim_z data dimension along Z
0 commit comments