标签: android renderscript
例如,我通过
Allocation
Allocation alloc = Allocation.createTyped(mRs, anotherAlloc.getType());
然后,我想知道alloc中元素的数据类型。但是,当我致电alloc.getElement().getDataType()时,会返回null。这样做的正确方法是什么?
alloc
alloc.getElement().getDataType()
null