android/renderscript-intrinsics-replacement-toolkit

Add Surface support for input & output.

Opened this issue · 0 comments

In RenderScript, we can use Allocation.getSurface() to attach GraphicBuffer for input, and Allocation.setSurface() to get the result directly into a Surface.

Thats very useful for stream rendering. Please add Surface support in Toolkit.
Best Regards!