Skip to content

Commit dd209d8

Browse files
doc update
1 parent 2bc64d7 commit dd209d8

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
@@ -44,8 +44,8 @@ public AndroidGPU(String glsl) throws Exception {
4444
* @param local_size_x must match local_size_x in layout
4545
* @param local_size_y must match local_size_y in layout
4646
* @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
47+
* @param output a buffer for the output. Object must be Integer, Float or Double.
48+
* @param input one or more buffers for input data. Object must be Integer, Float or Double.
4949
* @throws Exception
5050
*/
5151
public void run(int dim_x,

0 commit comments

Comments
 (0)