You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The framework provides a multi-threading friendly interfaces. Most of the APIs could be used in different threads safely. By example, you could create a texture in worker thread, and submit drawing commands in the main thread with LifecycleListener.
As the descriptions. It's designed for multhreading. But I want to check this feature. Is there any demo that we can refer?
The text was updated successfully, but these errors were encountered: