renderscript-intrinsics-replacement-toolkit
renderscript-intrinsics-replacement-toolkit copied to clipboard
Add Surface support for input & output.
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!