renderscript-intrinsics-replacement-toolkit icon indicating copy to clipboard operation
renderscript-intrinsics-replacement-toolkit copied to clipboard

Add Surface support for input & output.

Open patrickKXMD opened this issue 4 years ago • 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!

patrickKXMD avatar Jun 29 '21 03:06 patrickKXMD