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 2bc64d7 commit dd209d8Copy full SHA for dd209d8
androidgpulib/src/main/java/com/lib/androidgpulib/AndroidGPU.java
@@ -44,8 +44,8 @@ public AndroidGPU(String glsl) throws Exception {
44
* @param local_size_x must match local_size_x in layout
45
* @param local_size_y must match local_size_y in layout
46
* @param local_size_z must match local_size_z in layout
47
- * @param output a buffer for the output
48
- * @param input one or more buffers for input data
+ * @param output a buffer for the output. Object must be Integer, Float or Double.
+ * @param input one or more buffers for input data. Object must be Integer, Float or Double.
49
* @throws Exception
50
*/
51
public void run(int dim_x,
0 commit comments