Tencent TDS Service
Dec 14, 2017 · Mobile Development
Why Does a GL Thread Behave Like a Normal Thread? Unraveling OpenGL ES on Android
This article explains the differences between GL threads and regular threads, how textures are bound to EGL contexts rather than threads, why textures cannot be shared across GL threads by default, and how to correctly share OpenGL data between threads on Android.
AndroidEGLGLThread
0 likes · 11 min read
