crayon icon indicating copy to clipboard operation
crayon copied to clipboard

Is there any multithread example?

Open happydpc opened this issue 6 years ago • 2 comments

As the descriptions. It's designed for multhreading. But I want to check this feature. Is there any demo that we can refer?

happydpc avatar Jul 24 '19 13:07 happydpc

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.

shawnscode avatar Jul 27 '19 03:07 shawnscode

Ok, I will have a try. Thank you.

happydpc avatar Jul 31 '19 06:07 happydpc