在Android RenderScript中:
内核可能没有多个输入或一个输出分配。如果需要多个输入或输出,则应将这些对象绑定到rs_allocation脚本全局变量,并通过rsSetElementAt_type()
或rsGetElementAt_type()
从内核或可调用函数访问。
现在我知道函数rs_allocation input , uint32_t x and uint 32_t y
有三个参数:
{{1}}
但我不知道如何设置全局rsSetElementAt_type()
的值任何人都可以告诉我这个功能的参数和顺序是什么?
我搜索了android文档和谷歌但找不到它