Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any multithread example? #81

Open
happydpc opened this issue Jul 24, 2019 · 2 comments
Open

Is there any multithread example? #81

happydpc opened this issue Jul 24, 2019 · 2 comments

Comments

@happydpc
Copy link

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

@shawnscode
Copy link
Owner

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.

@happydpc
Copy link
Author

Ok, I will have a try. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants