performance - Android 7 GraphicBuffer alternative for direct access to OpenGL texture memory -


the way profit fact, mobile devices have shared memory cpu , gpu using grphicbuffer. since android 7 restrict access private native libs (including gralloc) impossible use more. question - there alternative way direct memory access texture's pixel data?

i know, simmilar can done using pbo (pixel buffer object). still additional memory copy, wich undesirable. if know, there way 0 copies.

there many apps, wich used feature, because can heavily increase performance. think many developers in stuck problem now.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -